Shades of Turtle Green #323B21
Tints of Turtle Green #323B21
RGB
CMYK
RGB Variations
Color information
#323B21 (or 0x323B21) is known color: Turtle Green. HEX triplet: 32, 3B and 21. RGB value is (50,59,33). Sum of RGB (Red+Green+Blue) = 50+59+33=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 59 (23.44% from 255 or 41.55% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 59 - color contains mainly: green. Hex color #323B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B21 is #CDC4DE. Grayscale: #353535. Windows color (decimal): -13485279 or 2177842. OLE color: 2177842.
HSL color Cylindrical-coordinate representation of color #323B21: hue angle of 80.77º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #323B21 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 59 | 33 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.77 |
| HSL | 80.77º | 0.28% | 0.18% | - |
| HSV(B) | 80.77º | 0.44% | 0.23% | - |
| XYZ | 3.15 | 3.92 | 2.03 | - |
| YUV | 53.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 33 | 0.15 | 0 | 0.44 | 0.77 | 80.77 | 0.28 | 0.18 |
| Hex | 32 | 3B | 21 | F | 0 | 2C | 4D | 51 | 1C | 12 |
| Octal | 62 | 73 | 41 | 17 | 0 | 54 | 115 | 121 | 34 | 22 |
| Binary | 110010 | 111011 | 100001 | 1111 | 0 | 101100 | 1001101 | 1010001 | 11100 | 10010 |
Color Harmonies of #323B21
Complementary color
Monochromatic Colors of #323B21
Black with #323B21
Text Example
Text Example
White with #323B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323B21; }
p { color: rgb(50,59,33); }
H1.HeaderClassName
{
color: #323B21;
}
.AnyTagClassName
{
color: #323B21;
}
</style>
background-color css
<style>
a { background-color: #323B21; }
a { background-color: rgb(50,59,33); }
div.DivClassName
{
background-color: #323B21;
}
.BgClassName
{
background-color: #323B21;
}
</style>
border-color css
<style>
span { border-color: #323B21; }
span { border-color: rgb(50,59,33); }
td.TdClassName
{
border-color: #323B21;
}
.TagClassName
{
border-color: #323B21;
}
</style>