Shades of Turtle Green #323911
Tints of Turtle Green #323911
RGB
CMYK
RGB Variations
Color information
#323911 (or 0x323911) is known color: Turtle Green. HEX triplet: 32, 39 and 11. RGB value is (50,57,17). Sum of RGB (Red+Green+Blue) = 50+57+17=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 57 (22.66% from 255 or 45.97% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 57 - color contains mainly: green. Hex color #323911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323911 is #CDC6EE. Grayscale: #323232. Windows color (decimal): -13485807 or 1128754. OLE color: 1128754.
HSL color Cylindrical-coordinate representation of color #323911: hue angle of 70.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #323911 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 57 | 17 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.78 |
| HSL | 70.5º | 0.54% | 0.15% | - |
| HSV(B) | 70.5º | 0.7% | 0.22% | - |
| XYZ | 2.88 | 3.64 | 1.08 | - |
| YUV | 50.35 | 109.18 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 17 | 0.12 | 0 | 0.70 | 0.78 | 70.5 | 0.54 | 0.15 |
| Hex | 32 | 39 | 11 | C | 0 | 46 | 4E | 46 | 36 | F |
| Octal | 62 | 71 | 21 | 14 | 0 | 106 | 116 | 106 | 66 | 17 |
| Binary | 110010 | 111001 | 10001 | 1100 | 0 | 1000110 | 1001110 | 1000110 | 110110 | 1111 |
Color Harmonies of #323911
Complementary color
Monochromatic Colors of #323911
Black with #323911
Text Example
Text Example
White with #323911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323911; }
p { color: rgb(50,57,17); }
H1.HeaderClassName
{
color: #323911;
}
.AnyTagClassName
{
color: #323911;
}
</style>
background-color css
<style>
a { background-color: #323911; }
a { background-color: rgb(50,57,17); }
div.DivClassName
{
background-color: #323911;
}
.BgClassName
{
background-color: #323911;
}
</style>
border-color css
<style>
span { border-color: #323911; }
span { border-color: rgb(50,57,17); }
td.TdClassName
{
border-color: #323911;
}
.TagClassName
{
border-color: #323911;
}
</style>