Shades of Turtle Green #323C16
Tints of Turtle Green #323C16
RGB
CMYK
RGB Variations
Color information
#323C16 (or 0x323C16) is known color: Turtle Green. HEX triplet: 32, 3C and 16. RGB value is (50,60,22). Sum of RGB (Red+Green+Blue) = 50+60+22=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 60 (23.83% from 255 or 45.45% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 60 - color contains mainly: green. Hex color #323C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323C16 is #CDC3E9. Grayscale: #343434. Windows color (decimal): -13485034 or 1457202. OLE color: 1457202.
HSL color Cylindrical-coordinate representation of color #323C16: hue angle of 75.79º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #323C16 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 60 | 22 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.76 |
| HSL | 75.79º | 0.46% | 0.16% | - |
| HSV(B) | 75.79º | 0.63% | 0.24% | - |
| XYZ | 3.08 | 3.97 | 1.36 | - |
| YUV | 52.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 22 | 0.17 | 0 | 0.63 | 0.76 | 75.79 | 0.46 | 0.16 |
| Hex | 32 | 3C | 16 | 11 | 0 | 3F | 4C | 4C | 2E | 10 |
| Octal | 62 | 74 | 26 | 21 | 0 | 77 | 114 | 114 | 56 | 20 |
| Binary | 110010 | 111100 | 10110 | 10001 | 0 | 111111 | 1001100 | 1001100 | 101110 | 10000 |
Color Harmonies of #323C16
Complementary color
Monochromatic Colors of #323C16
Black with #323C16
Text Example
Text Example
White with #323C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C16; }
p { color: rgb(50,60,22); }
H1.HeaderClassName
{
color: #323C16;
}
.AnyTagClassName
{
color: #323C16;
}
</style>
background-color css
<style>
a { background-color: #323C16; }
a { background-color: rgb(50,60,22); }
div.DivClassName
{
background-color: #323C16;
}
.BgClassName
{
background-color: #323C16;
}
</style>
border-color css
<style>
span { border-color: #323C16; }
span { border-color: rgb(50,60,22); }
td.TdClassName
{
border-color: #323C16;
}
.TagClassName
{
border-color: #323C16;
}
</style>