Shades of Turtle Green #32391E
Tints of Turtle Green #32391E
RGB
CMYK
RGB Variations
Color information
#32391E (or 0x32391E) is known color: Turtle Green. HEX triplet: 32, 39 and 1E. RGB value is (50,57,30). Sum of RGB (Red+Green+Blue) = 50+57+30=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 57 - color contains mainly: green. Hex color #32391E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32391E is #CDC6E1. Grayscale: #333333. Windows color (decimal): -13485794 or 1980722. OLE color: 1980722.
HSL color Cylindrical-coordinate representation of color #32391E: hue angle of 75.56º degrees, saturation: 0.31, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #32391E is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 57 | 30 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.78 |
| HSL | 75.56º | 0.31% | 0.17% | - |
| HSV(B) | 75.56º | 0.47% | 0.22% | - |
| XYZ | 3.01 | 3.7 | 1.78 | - |
| YUV | 51.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 30 | 0.12 | 0 | 0.47 | 0.78 | 75.56 | 0.31 | 0.17 |
| Hex | 32 | 39 | 1E | C | 0 | 2F | 4E | 4C | 1F | 11 |
| Octal | 62 | 71 | 36 | 14 | 0 | 57 | 116 | 114 | 37 | 21 |
| Binary | 110010 | 111001 | 11110 | 1100 | 0 | 101111 | 1001110 | 1001100 | 11111 | 10001 |
Color Harmonies of #32391E
Complementary color
Monochromatic Colors of #32391E
Black with #32391E
Text Example
Text Example
White with #32391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32391E; }
p { color: rgb(50,57,30); }
H1.HeaderClassName
{
color: #32391E;
}
.AnyTagClassName
{
color: #32391E;
}
</style>
background-color css
<style>
a { background-color: #32391E; }
a { background-color: rgb(50,57,30); }
div.DivClassName
{
background-color: #32391E;
}
.BgClassName
{
background-color: #32391E;
}
</style>
border-color css
<style>
span { border-color: #32391E; }
span { border-color: rgb(50,57,30); }
td.TdClassName
{
border-color: #32391E;
}
.TagClassName
{
border-color: #32391E;
}
</style>