Shades of Turtle Green #323C21
Tints of Turtle Green #323C21
RGB
CMYK
RGB Variations
Color information
#323C21 (or 0x323C21) is known color: Turtle Green. HEX triplet: 32, 3C and 21. RGB value is (50,60,33). Sum of RGB (Red+Green+Blue) = 50+60+33=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 60 (23.83% from 255 or 41.96% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 60 - color contains mainly: green. Hex color #323C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C21 is #CDC3DE. Grayscale: #363636. Windows color (decimal): -13485023 or 2178098. OLE color: 2178098.
HSL color Cylindrical-coordinate representation of color #323C21: hue angle of 82.22º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #323C21 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 60 | 33 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.76 |
| HSL | 82.22º | 0.29% | 0.18% | - |
| HSV(B) | 82.22º | 0.45% | 0.24% | - |
| XYZ | 3.21 | 4.02 | 2.05 | - |
| YUV | 53.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 33 | 0.17 | 0 | 0.45 | 0.76 | 82.22 | 0.29 | 0.18 |
| Hex | 32 | 3C | 21 | 11 | 0 | 2D | 4C | 52 | 1D | 12 |
| Octal | 62 | 74 | 41 | 21 | 0 | 55 | 114 | 122 | 35 | 22 |
| Binary | 110010 | 111100 | 100001 | 10001 | 0 | 101101 | 1001100 | 1010010 | 11101 | 10010 |
Color Harmonies of #323C21
Complementary color
Monochromatic Colors of #323C21
Black with #323C21
Text Example
Text Example
White with #323C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C21; }
p { color: rgb(50,60,33); }
H1.HeaderClassName
{
color: #323C21;
}
.AnyTagClassName
{
color: #323C21;
}
</style>
background-color css
<style>
a { background-color: #323C21; }
a { background-color: rgb(50,60,33); }
div.DivClassName
{
background-color: #323C21;
}
.BgClassName
{
background-color: #323C21;
}
</style>
border-color css
<style>
span { border-color: #323C21; }
span { border-color: rgb(50,60,33); }
td.TdClassName
{
border-color: #323C21;
}
.TagClassName
{
border-color: #323C21;
}
</style>