Shades of Turtle Green #314808
Tints of Turtle Green #314808
RGB
CMYK
RGB Variations
Color information
#314808 (or 0x314808) is known color: Turtle Green. HEX triplet: 31, 48 and 08. RGB value is (49,72,8). Sum of RGB (Red+Green+Blue) = 49+72+8=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 72 (28.52% from 255 or 55.81% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 72 - color contains mainly: green. Hex color #314808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314808 is #CEB7F7. Grayscale: #3A3A3A. Windows color (decimal): -13547512 or 542769. OLE color: 542769.
HSL color Cylindrical-coordinate representation of color #314808: hue angle of 81.56º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #314808 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 72 | 8 | - |
| CMYK | 0.32 | 0 | 0.89 | 0.72 |
| HSL | 81.56º | 0.8% | 0.16% | - |
| HSV(B) | 81.56º | 0.89% | 0.28% | - |
| XYZ | 3.63 | 5.31 | 1.06 | - |
| YUV | 57.83 | 99.88 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 72 | 8 | 0.32 | 0 | 0.89 | 0.72 | 81.56 | 0.8 | 0.16 |
| Hex | 31 | 48 | 8 | 20 | 0 | 59 | 48 | 52 | 50 | 10 |
| Octal | 61 | 110 | 10 | 40 | 0 | 131 | 110 | 122 | 120 | 20 |
| Binary | 110001 | 1001000 | 1000 | 100000 | 0 | 1011001 | 1001000 | 1010010 | 1010000 | 10000 |
Color Harmonies of #314808
Complementary color
Monochromatic Colors of #314808
Black with #314808
Text Example
Text Example
White with #314808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314808; }
p { color: rgb(49,72,8); }
H1.HeaderClassName
{
color: #314808;
}
.AnyTagClassName
{
color: #314808;
}
</style>
background-color css
<style>
a { background-color: #314808; }
a { background-color: rgb(49,72,8); }
div.DivClassName
{
background-color: #314808;
}
.BgClassName
{
background-color: #314808;
}
</style>
border-color css
<style>
span { border-color: #314808; }
span { border-color: rgb(49,72,8); }
td.TdClassName
{
border-color: #314808;
}
.TagClassName
{
border-color: #314808;
}
</style>