Shades of Turtle Green #32470E
Tints of Turtle Green #32470E
RGB
CMYK
RGB Variations
Color information
#32470E (or 0x32470E) is known color: Turtle Green. HEX triplet: 32, 47 and 0E. RGB value is (50,71,14). Sum of RGB (Red+Green+Blue) = 50+71+14=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #32470E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32470E is #CDB8F1. Grayscale: #3A3A3A. Windows color (decimal): -13482226 or 935730. OLE color: 935730.
HSL color Cylindrical-coordinate representation of color #32470E: hue angle of 82.11º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32470E is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 71 | 14 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.72 |
| HSL | 82.11º | 0.67% | 0.17% | - |
| HSV(B) | 82.11º | 0.8% | 0.28% | - |
| XYZ | 3.65 | 5.22 | 1.23 | - |
| YUV | 58.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 71 | 14 | 0.30 | 0 | 0.80 | 0.72 | 82.11 | 0.67 | 0.17 |
| Hex | 32 | 47 | E | 1E | 0 | 50 | 48 | 52 | 43 | 11 |
| Octal | 62 | 107 | 16 | 36 | 0 | 120 | 110 | 122 | 103 | 21 |
| Binary | 110010 | 1000111 | 1110 | 11110 | 0 | 1010000 | 1001000 | 1010010 | 1000011 | 10001 |
Color Harmonies of #32470E
Complementary color
Monochromatic Colors of #32470E
Black with #32470E
Text Example
Text Example
White with #32470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32470E; }
p { color: rgb(50,71,14); }
H1.HeaderClassName
{
color: #32470E;
}
.AnyTagClassName
{
color: #32470E;
}
</style>
background-color css
<style>
a { background-color: #32470E; }
a { background-color: rgb(50,71,14); }
div.DivClassName
{
background-color: #32470E;
}
.BgClassName
{
background-color: #32470E;
}
</style>
border-color css
<style>
span { border-color: #32470E; }
span { border-color: rgb(50,71,14); }
td.TdClassName
{
border-color: #32470E;
}
.TagClassName
{
border-color: #32470E;
}
</style>