Shades of Turtle Green #314D08
Tints of Turtle Green #314D08
RGB
CMYK
RGB Variations
Color information
#314D08 (or 0x314D08) is known color: Turtle Green. HEX triplet: 31, 4D and 08. RGB value is (49,77,8). Sum of RGB (Red+Green+Blue) = 49+77+8=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 77 (30.47% from 255 or 57.46% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 77 - color contains mainly: green. Hex color #314D08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #314D08 is #CEB2F7. Grayscale: #3D3D3D. Windows color (decimal): -13546232 or 544049. OLE color: 544049.
HSL color Cylindrical-coordinate representation of color #314D08: hue angle of 84.35º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #314D08 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 77 | 8 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.70 |
| HSL | 84.35º | 0.81% | 0.17% | - |
| HSV(B) | 84.35º | 0.9% | 0.3% | - |
| XYZ | 3.96 | 5.98 | 1.17 | - |
| YUV | 60.76 | 98.22 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 8 | 0.36 | 0 | 0.90 | 0.70 | 84.35 | 0.81 | 0.17 |
| Hex | 31 | 4D | 8 | 24 | 0 | 5A | 46 | 54 | 51 | 11 |
| Octal | 61 | 115 | 10 | 44 | 0 | 132 | 106 | 124 | 121 | 21 |
| Binary | 110001 | 1001101 | 1000 | 100100 | 0 | 1011010 | 1000110 | 1010100 | 1010001 | 10001 |
Color Harmonies of #314D08
Complementary color
Monochromatic Colors of #314D08
Black with #314D08
Text Example
Text Example
White with #314D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314D08; }
p { color: rgb(49,77,8); }
H1.HeaderClassName
{
color: #314D08;
}
.AnyTagClassName
{
color: #314D08;
}
</style>
background-color css
<style>
a { background-color: #314D08; }
a { background-color: rgb(49,77,8); }
div.DivClassName
{
background-color: #314D08;
}
.BgClassName
{
background-color: #314D08;
}
</style>
border-color css
<style>
span { border-color: #314D08; }
span { border-color: rgb(49,77,8); }
td.TdClassName
{
border-color: #314D08;
}
.TagClassName
{
border-color: #314D08;
}
</style>