Shades of Turtle Green #314511
Tints of Turtle Green #314511
RGB
CMYK
RGB Variations
Color information
#314511 (or 0x314511) is known color: Turtle Green. HEX triplet: 31, 45 and 11. RGB value is (49,69,17). Sum of RGB (Red+Green+Blue) = 49+69+17=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 69 (27.34% from 255 or 51.11% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 69 - color contains mainly: green. Hex color #314511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314511 is #CEBAEE. Grayscale: #393939. Windows color (decimal): -13548271 or 1131825. OLE color: 1131825.
HSL color Cylindrical-coordinate representation of color #314511: hue angle of 83.08º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #314511 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 69 | 17 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.73 |
| HSL | 83.08º | 0.6% | 0.17% | - |
| HSV(B) | 83.08º | 0.75% | 0.27% | - |
| XYZ | 3.5 | 4.95 | 1.3 | - |
| YUV | 57.09 | 105.37 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 69 | 17 | 0.29 | 0 | 0.75 | 0.73 | 83.08 | 0.6 | 0.17 |
| Hex | 31 | 45 | 11 | 1D | 0 | 4B | 49 | 53 | 3C | 11 |
| Octal | 61 | 105 | 21 | 35 | 0 | 113 | 111 | 123 | 74 | 21 |
| Binary | 110001 | 1000101 | 10001 | 11101 | 0 | 1001011 | 1001001 | 1010011 | 111100 | 10001 |
Color Harmonies of #314511
Complementary color
Monochromatic Colors of #314511
Black with #314511
Text Example
Text Example
White with #314511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314511; }
p { color: rgb(49,69,17); }
H1.HeaderClassName
{
color: #314511;
}
.AnyTagClassName
{
color: #314511;
}
</style>
background-color css
<style>
a { background-color: #314511; }
a { background-color: rgb(49,69,17); }
div.DivClassName
{
background-color: #314511;
}
.BgClassName
{
background-color: #314511;
}
</style>
border-color css
<style>
span { border-color: #314511; }
span { border-color: rgb(49,69,17); }
td.TdClassName
{
border-color: #314511;
}
.TagClassName
{
border-color: #314511;
}
</style>