Shades of Turtle Green #32390D
Tints of Turtle Green #32390D
RGB
CMYK
RGB Variations
Color information
#32390D (or 0x32390D) is known color: Turtle Green. HEX triplet: 32, 39 and 0D. RGB value is (50,57,13). Sum of RGB (Red+Green+Blue) = 50+57+13=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 57 (22.66% from 255 or 47.5% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 57 - color contains mainly: green. Hex color #32390D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32390D is #CDC6F2. Grayscale: #323232. Windows color (decimal): -13485811 or 866610. OLE color: 866610.
HSL color Cylindrical-coordinate representation of color #32390D: hue angle of 69.55º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32390D is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 57 | 13 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.78 |
| HSL | 69.55º | 0.63% | 0.14% | - |
| HSV(B) | 69.55º | 0.77% | 0.22% | - |
| XYZ | 2.85 | 3.63 | 0.93 | - |
| YUV | 49.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 13 | 0.12 | 0 | 0.77 | 0.78 | 69.55 | 0.63 | 0.14 |
| Hex | 32 | 39 | D | C | 0 | 4D | 4E | 46 | 3F | E |
| Octal | 62 | 71 | 15 | 14 | 0 | 115 | 116 | 106 | 77 | 16 |
| Binary | 110010 | 111001 | 1101 | 1100 | 0 | 1001101 | 1001110 | 1000110 | 111111 | 1110 |
Color Harmonies of #32390D
Complementary color
Monochromatic Colors of #32390D
Black with #32390D
Text Example
Text Example
White with #32390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32390D; }
p { color: rgb(50,57,13); }
H1.HeaderClassName
{
color: #32390D;
}
.AnyTagClassName
{
color: #32390D;
}
</style>
background-color css
<style>
a { background-color: #32390D; }
a { background-color: rgb(50,57,13); }
div.DivClassName
{
background-color: #32390D;
}
.BgClassName
{
background-color: #32390D;
}
</style>
border-color css
<style>
span { border-color: #32390D; }
span { border-color: rgb(50,57,13); }
td.TdClassName
{
border-color: #32390D;
}
.TagClassName
{
border-color: #32390D;
}
</style>