Shades of Turtle Green #314008
Tints of Turtle Green #314008
RGB
CMYK
RGB Variations
Color information
#314008 (or 0x314008) is known color: Turtle Green. HEX triplet: 31, 40 and 08. RGB value is (49,64,8). Sum of RGB (Red+Green+Blue) = 49+64+8=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #314008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314008 is #CEBFF7. Grayscale: #353535. Windows color (decimal): -13549560 or 540721. OLE color: 540721.
HSL color Cylindrical-coordinate representation of color #314008: hue angle of 76.07º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #314008 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 64 | 8 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.75 |
| HSL | 76.07º | 0.78% | 0.14% | - |
| HSV(B) | 76.07º | 0.88% | 0.25% | - |
| XYZ | 3.14 | 4.34 | 0.9 | - |
| YUV | 53.13 | 102.53 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 8 | 0.23 | 0 | 0.87 | 0.75 | 76.07 | 0.78 | 0.14 |
| Hex | 31 | 40 | 8 | 17 | 0 | 57 | 4B | 4C | 4E | E |
| Octal | 61 | 100 | 10 | 27 | 0 | 127 | 113 | 114 | 116 | 16 |
| Binary | 110001 | 1000000 | 1000 | 10111 | 0 | 1010111 | 1001011 | 1001100 | 1001110 | 1110 |
Color Harmonies of #314008
Complementary color
Monochromatic Colors of #314008
Black with #314008
Text Example
Text Example
White with #314008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314008; }
p { color: rgb(49,64,8); }
H1.HeaderClassName
{
color: #314008;
}
.AnyTagClassName
{
color: #314008;
}
</style>
background-color css
<style>
a { background-color: #314008; }
a { background-color: rgb(49,64,8); }
div.DivClassName
{
background-color: #314008;
}
.BgClassName
{
background-color: #314008;
}
</style>
border-color css
<style>
span { border-color: #314008; }
span { border-color: rgb(49,64,8); }
td.TdClassName
{
border-color: #314008;
}
.TagClassName
{
border-color: #314008;
}
</style>