Shades of Turtle Green #32371F
Tints of Turtle Green #32371F
RGB
CMYK
RGB Variations
Color information
#32371F (or 0x32371F) is known color: Turtle Green. HEX triplet: 32, 37 and 1F. RGB value is (50,55,31). Sum of RGB (Red+Green+Blue) = 50+55+31=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 55 - color contains mainly: green. Hex color #32371F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32371F is #CDC8E0. Grayscale: #323232. Windows color (decimal): -13486305 or 2045746. OLE color: 2045746.
HSL color Cylindrical-coordinate representation of color #32371F: hue angle of 72.5º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #32371F is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 55 | 31 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.78 |
| HSL | 72.5º | 0.28% | 0.17% | - |
| HSV(B) | 72.5º | 0.44% | 0.22% | - |
| XYZ | 2.93 | 3.51 | 1.82 | - |
| YUV | 50.77 | 116.84 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 31 | 0.09 | 0 | 0.44 | 0.78 | 72.5 | 0.28 | 0.17 |
| Hex | 32 | 37 | 1F | 9 | 0 | 2C | 4E | 48 | 1C | 11 |
| Octal | 62 | 67 | 37 | 11 | 0 | 54 | 116 | 110 | 34 | 21 |
| Binary | 110010 | 110111 | 11111 | 1001 | 0 | 101100 | 1001110 | 1001000 | 11100 | 10001 |
Color Harmonies of #32371F
Complementary color
Monochromatic Colors of #32371F
Black with #32371F
Text Example
Text Example
White with #32371F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32371F; }
p { color: rgb(50,55,31); }
H1.HeaderClassName
{
color: #32371F;
}
.AnyTagClassName
{
color: #32371F;
}
</style>
background-color css
<style>
a { background-color: #32371F; }
a { background-color: rgb(50,55,31); }
div.DivClassName
{
background-color: #32371F;
}
.BgClassName
{
background-color: #32371F;
}
</style>
border-color css
<style>
span { border-color: #32371F; }
span { border-color: rgb(50,55,31); }
td.TdClassName
{
border-color: #32371F;
}
.TagClassName
{
border-color: #32371F;
}
</style>