Shades of Turtle Green #314705
Tints of Turtle Green #314705
RGB
CMYK
RGB Variations
Color information
#314705 (or 0x314705) is known color: Turtle Green. HEX triplet: 31, 47 and 05. RGB value is (49,71,5). Sum of RGB (Red+Green+Blue) = 49+71+5=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 71 (28.12% from 255 or 56.8% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 71 - color contains mainly: green. Hex color #314705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314705 is #CEB8FA. Grayscale: #393939. Windows color (decimal): -13547771 or 345905. OLE color: 345905.
HSL color Cylindrical-coordinate representation of color #314705: hue angle of 80º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #314705 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 49 | 71 | 5 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.72 |
| HSL | 80º | 0.87% | 0.15% | - |
| HSV(B) | 80º | 0.93% | 0.28% | - |
| XYZ | 3.55 | 5.17 | 0.95 | - |
| YUV | 56.9 | 98.71 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 71 | 5 | 0.31 | 0 | 0.93 | 0.72 | 80 | 0.87 | 0.15 |
| Hex | 31 | 47 | 5 | 1F | 0 | 5D | 48 | 50 | 57 | F |
| Octal | 61 | 107 | 5 | 37 | 0 | 135 | 110 | 120 | 127 | 17 |
| Binary | 110001 | 1000111 | 101 | 11111 | 0 | 1011101 | 1001000 | 1010000 | 1010111 | 1111 |
Color Harmonies of #314705
Complementary color
Monochromatic Colors of #314705
Black with #314705
Text Example
Text Example
White with #314705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314705; }
p { color: rgb(49,71,5); }
H1.HeaderClassName
{
color: #314705;
}
.AnyTagClassName
{
color: #314705;
}
</style>
background-color css
<style>
a { background-color: #314705; }
a { background-color: rgb(49,71,5); }
div.DivClassName
{
background-color: #314705;
}
.BgClassName
{
background-color: #314705;
}
</style>
border-color css
<style>
span { border-color: #314705; }
span { border-color: rgb(49,71,5); }
td.TdClassName
{
border-color: #314705;
}
.TagClassName
{
border-color: #314705;
}
</style>