Shades of Turtle Green #32400E
Tints of Turtle Green #32400E
RGB
CMYK
RGB Variations
Color information
#32400E (or 0x32400E) is known color: Turtle Green. HEX triplet: 32, 40 and 0E. RGB value is (50,64,14). Sum of RGB (Red+Green+Blue) = 50+64+14=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #32400E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32400E is #CDBFF1. Grayscale: #363636. Windows color (decimal): -13484018 or 933938. OLE color: 933938.
HSL color Cylindrical-coordinate representation of color #32400E: hue angle of 76.8º degrees, saturation: 0.64, 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 #32400E is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 64 | 14 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.75 |
| HSL | 76.8º | 0.64% | 0.15% | - |
| HSV(B) | 76.8º | 0.78% | 0.25% | - |
| XYZ | 3.23 | 4.38 | 1.09 | - |
| YUV | 54.11 | 105.36 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 14 | 0.22 | 0 | 0.78 | 0.75 | 76.8 | 0.64 | 0.15 |
| Hex | 32 | 40 | E | 16 | 0 | 4E | 4B | 4D | 40 | F |
| Octal | 62 | 100 | 16 | 26 | 0 | 116 | 113 | 115 | 100 | 17 |
| Binary | 110010 | 1000000 | 1110 | 10110 | 0 | 1001110 | 1001011 | 1001101 | 1000000 | 1111 |
Color Harmonies of #32400E
Complementary color
Monochromatic Colors of #32400E
Black with #32400E
Text Example
Text Example
White with #32400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32400E; }
p { color: rgb(50,64,14); }
H1.HeaderClassName
{
color: #32400E;
}
.AnyTagClassName
{
color: #32400E;
}
</style>
background-color css
<style>
a { background-color: #32400E; }
a { background-color: rgb(50,64,14); }
div.DivClassName
{
background-color: #32400E;
}
.BgClassName
{
background-color: #32400E;
}
</style>
border-color css
<style>
span { border-color: #32400E; }
span { border-color: rgb(50,64,14); }
td.TdClassName
{
border-color: #32400E;
}
.TagClassName
{
border-color: #32400E;
}
</style>