Shades of Turtle Green #32410E
Tints of Turtle Green #32410E
RGB
CMYK
RGB Variations
Color information
#32410E (or 0x32410E) is known color: Turtle Green. HEX triplet: 32, 41 and 0E. RGB value is (50,65,14). Sum of RGB (Red+Green+Blue) = 50+65+14=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #32410E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32410E is #CDBEF1. Grayscale: #363636. Windows color (decimal): -13483762 or 934194. OLE color: 934194.
HSL color Cylindrical-coordinate representation of color #32410E: hue angle of 77.65º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32410E is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 65 | 14 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.75 |
| HSL | 77.65º | 0.65% | 0.15% | - |
| HSV(B) | 77.65º | 0.78% | 0.25% | - |
| XYZ | 3.28 | 4.49 | 1.11 | - |
| YUV | 54.7 | 105.03 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 14 | 0.23 | 0 | 0.78 | 0.75 | 77.65 | 0.65 | 0.15 |
| Hex | 32 | 41 | E | 17 | 0 | 4E | 4B | 4E | 41 | F |
| Octal | 62 | 101 | 16 | 27 | 0 | 116 | 113 | 116 | 101 | 17 |
| Binary | 110010 | 1000001 | 1110 | 10111 | 0 | 1001110 | 1001011 | 1001110 | 1000001 | 1111 |
Color Harmonies of #32410E
Complementary color
Monochromatic Colors of #32410E
Black with #32410E
Text Example
Text Example
White with #32410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32410E; }
p { color: rgb(50,65,14); }
H1.HeaderClassName
{
color: #32410E;
}
.AnyTagClassName
{
color: #32410E;
}
</style>
background-color css
<style>
a { background-color: #32410E; }
a { background-color: rgb(50,65,14); }
div.DivClassName
{
background-color: #32410E;
}
.BgClassName
{
background-color: #32410E;
}
</style>
border-color css
<style>
span { border-color: #32410E; }
span { border-color: rgb(50,65,14); }
td.TdClassName
{
border-color: #32410E;
}
.TagClassName
{
border-color: #32410E;
}
</style>