Shades of Turtle Green #314D12
Tints of Turtle Green #314D12
RGB
CMYK
RGB Variations
Color information
#314D12 (or 0x314D12) is known color: Turtle Green. HEX triplet: 31, 4D and 12. RGB value is (49,77,18). Sum of RGB (Red+Green+Blue) = 49+77+18=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 77 (30.47% from 255 or 53.47% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 77 - color contains mainly: green. Hex color #314D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #314D12 is #CEB2ED. Grayscale: #3E3E3E. Windows color (decimal): -13546222 or 1199409. OLE color: 1199409.
HSL color Cylindrical-coordinate representation of color #314D12: hue angle of 88.47º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #314D12 is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 77 | 18 | - |
| CMYK | 0.36 | 0 | 0.77 | 0.70 |
| HSL | 88.47º | 0.62% | 0.19% | - |
| HSV(B) | 88.47º | 0.77% | 0.3% | - |
| XYZ | 4.03 | 6 | 1.52 | - |
| YUV | 61.9 | 103.22 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 18 | 0.36 | 0 | 0.77 | 0.70 | 88.47 | 0.62 | 0.19 |
| Hex | 31 | 4D | 12 | 24 | 0 | 4D | 46 | 58 | 3E | 13 |
| Octal | 61 | 115 | 22 | 44 | 0 | 115 | 106 | 130 | 76 | 23 |
| Binary | 110001 | 1001101 | 10010 | 100100 | 0 | 1001101 | 1000110 | 1011000 | 111110 | 10011 |
Color Harmonies of #314D12
Complementary color
Monochromatic Colors of #314D12
Black with #314D12
Text Example
Text Example
White with #314D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314D12; }
p { color: rgb(49,77,18); }
H1.HeaderClassName
{
color: #314D12;
}
.AnyTagClassName
{
color: #314D12;
}
</style>
background-color css
<style>
a { background-color: #314D12; }
a { background-color: rgb(49,77,18); }
div.DivClassName
{
background-color: #314D12;
}
.BgClassName
{
background-color: #314D12;
}
</style>
border-color css
<style>
span { border-color: #314D12; }
span { border-color: rgb(49,77,18); }
td.TdClassName
{
border-color: #314D12;
}
.TagClassName
{
border-color: #314D12;
}
</style>