Shades of Turtle Green #32470D
Tints of Turtle Green #32470D
RGB
CMYK
RGB Variations
Color information
#32470D (or 0x32470D) is known color: Turtle Green. HEX triplet: 32, 47 and 0D. RGB value is (50,71,13). Sum of RGB (Red+Green+Blue) = 50+71+13=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #32470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32470D is #CDB8F2. Grayscale: #3A3A3A. Windows color (decimal): -13482227 or 870194. OLE color: 870194.
HSL color Cylindrical-coordinate representation of color #32470D: hue angle of 81.72º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32470D is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 71 | 13 | - |
| CMYK | 0.30 | 0 | 0.82 | 0.72 |
| HSL | 81.72º | 0.69% | 0.16% | - |
| HSV(B) | 81.72º | 0.82% | 0.28% | - |
| XYZ | 3.64 | 5.21 | 1.2 | - |
| YUV | 58.11 | 102.54 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 71 | 13 | 0.30 | 0 | 0.82 | 0.72 | 81.72 | 0.69 | 0.16 |
| Hex | 32 | 47 | D | 1E | 0 | 52 | 48 | 52 | 45 | 10 |
| Octal | 62 | 107 | 15 | 36 | 0 | 122 | 110 | 122 | 105 | 20 |
| Binary | 110010 | 1000111 | 1101 | 11110 | 0 | 1010010 | 1001000 | 1010010 | 1000101 | 10000 |
Color Harmonies of #32470D
Complementary color
Monochromatic Colors of #32470D
Black with #32470D
Text Example
Text Example
White with #32470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32470D; }
p { color: rgb(50,71,13); }
H1.HeaderClassName
{
color: #32470D;
}
.AnyTagClassName
{
color: #32470D;
}
</style>
background-color css
<style>
a { background-color: #32470D; }
a { background-color: rgb(50,71,13); }
div.DivClassName
{
background-color: #32470D;
}
.BgClassName
{
background-color: #32470D;
}
</style>
border-color css
<style>
span { border-color: #32470D; }
span { border-color: rgb(50,71,13); }
td.TdClassName
{
border-color: #32470D;
}
.TagClassName
{
border-color: #32470D;
}
</style>