Shades of Turtle Green #314D06
Tints of Turtle Green #314D06
RGB
CMYK
RGB Variations
Color information
#314D06 (or 0x314D06) is known color: Turtle Green. HEX triplet: 31, 4D and 06. RGB value is (49,77,6). Sum of RGB (Red+Green+Blue) = 49+77+6=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 77 (30.47% from 255 or 58.33% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 77 - color contains mainly: green. Hex color #314D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #314D06 is #CEB2F9. Grayscale: #3C3C3C. Windows color (decimal): -13546234 or 412977. OLE color: 412977.
HSL color Cylindrical-coordinate representation of color #314D06: hue angle of 83.66º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #314D06 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 77 | 6 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.70 |
| HSL | 83.66º | 0.86% | 0.16% | - |
| HSV(B) | 83.66º | 0.92% | 0.3% | - |
| XYZ | 3.95 | 5.97 | 1.12 | - |
| YUV | 60.53 | 97.22 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 6 | 0.36 | 0 | 0.92 | 0.70 | 83.66 | 0.86 | 0.16 |
| Hex | 31 | 4D | 6 | 24 | 0 | 5C | 46 | 54 | 56 | 10 |
| Octal | 61 | 115 | 6 | 44 | 0 | 134 | 106 | 124 | 126 | 20 |
| Binary | 110001 | 1001101 | 110 | 100100 | 0 | 1011100 | 1000110 | 1010100 | 1010110 | 10000 |
Color Harmonies of #314D06
Complementary color
Monochromatic Colors of #314D06
Black with #314D06
Text Example
Text Example
White with #314D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314D06; }
p { color: rgb(49,77,6); }
H1.HeaderClassName
{
color: #314D06;
}
.AnyTagClassName
{
color: #314D06;
}
</style>
background-color css
<style>
a { background-color: #314D06; }
a { background-color: rgb(49,77,6); }
div.DivClassName
{
background-color: #314D06;
}
.BgClassName
{
background-color: #314D06;
}
</style>
border-color css
<style>
span { border-color: #314D06; }
span { border-color: rgb(49,77,6); }
td.TdClassName
{
border-color: #314D06;
}
.TagClassName
{
border-color: #314D06;
}
</style>