Shades of Turtle Green #32420F
Tints of Turtle Green #32420F
RGB
CMYK
RGB Variations
Color information
#32420F (or 0x32420F) is known color: Turtle Green. HEX triplet: 32, 42 and 0F. RGB value is (50,66,15). Sum of RGB (Red+Green+Blue) = 50+66+15=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #32420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32420F is #CDBDF0. Grayscale: #373737. Windows color (decimal): -13483505 or 999986. OLE color: 999986.
HSL color Cylindrical-coordinate representation of color #32420F: hue angle of 78.82º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32420F is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 66 | 15 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.74 |
| HSL | 78.82º | 0.63% | 0.16% | - |
| HSV(B) | 78.82º | 0.77% | 0.26% | - |
| XYZ | 3.35 | 4.61 | 1.17 | - |
| YUV | 55.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 15 | 0.24 | 0 | 0.77 | 0.74 | 78.82 | 0.63 | 0.16 |
| Hex | 32 | 42 | F | 18 | 0 | 4D | 4A | 4F | 3F | 10 |
| Octal | 62 | 102 | 17 | 30 | 0 | 115 | 112 | 117 | 77 | 20 |
| Binary | 110010 | 1000010 | 1111 | 11000 | 0 | 1001101 | 1001010 | 1001111 | 111111 | 10000 |
Color Harmonies of #32420F
Complementary color
Monochromatic Colors of #32420F
Black with #32420F
Text Example
Text Example
White with #32420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32420F; }
p { color: rgb(50,66,15); }
H1.HeaderClassName
{
color: #32420F;
}
.AnyTagClassName
{
color: #32420F;
}
</style>
background-color css
<style>
a { background-color: #32420F; }
a { background-color: rgb(50,66,15); }
div.DivClassName
{
background-color: #32420F;
}
.BgClassName
{
background-color: #32420F;
}
</style>
border-color css
<style>
span { border-color: #32420F; }
span { border-color: rgb(50,66,15); }
td.TdClassName
{
border-color: #32420F;
}
.TagClassName
{
border-color: #32420F;
}
</style>