Shades of Turtle Green #323720
Tints of Turtle Green #323720
RGB
CMYK
RGB Variations
Color information
#323720 (or 0x323720) is known color: Turtle Green. HEX triplet: 32, 37 and 20. RGB value is (50,55,32). Sum of RGB (Red+Green+Blue) = 50+55+32=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 55 - color contains mainly: green. Hex color #323720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323720 is #CDC8DF. Grayscale: #323232. Windows color (decimal): -13486304 or 2111282. OLE color: 2111282.
HSL color Cylindrical-coordinate representation of color #323720: hue angle of 73.04º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #323720 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 55 | 32 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.78 |
| HSL | 73.04º | 0.26% | 0.17% | - |
| HSV(B) | 73.04º | 0.42% | 0.22% | - |
| XYZ | 2.94 | 3.51 | 1.89 | - |
| YUV | 50.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 32 | 0.09 | 0 | 0.42 | 0.78 | 73.04 | 0.26 | 0.17 |
| Hex | 32 | 37 | 20 | 9 | 0 | 2A | 4E | 49 | 1A | 11 |
| Octal | 62 | 67 | 40 | 11 | 0 | 52 | 116 | 111 | 32 | 21 |
| Binary | 110010 | 110111 | 100000 | 1001 | 0 | 101010 | 1001110 | 1001001 | 11010 | 10001 |
Color Harmonies of #323720
Complementary color
Monochromatic Colors of #323720
Black with #323720
Text Example
Text Example
White with #323720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323720; }
p { color: rgb(50,55,32); }
H1.HeaderClassName
{
color: #323720;
}
.AnyTagClassName
{
color: #323720;
}
</style>
background-color css
<style>
a { background-color: #323720; }
a { background-color: rgb(50,55,32); }
div.DivClassName
{
background-color: #323720;
}
.BgClassName
{
background-color: #323720;
}
</style>
border-color css
<style>
span { border-color: #323720; }
span { border-color: rgb(50,55,32); }
td.TdClassName
{
border-color: #323720;
}
.TagClassName
{
border-color: #323720;
}
</style>