Shades of Turtle Green #323A16
Tints of Turtle Green #323A16
RGB
CMYK
RGB Variations
Color information
#323A16 (or 0x323A16) is known color: Turtle Green. HEX triplet: 32, 3A and 16. RGB value is (50,58,22). Sum of RGB (Red+Green+Blue) = 50+58+22=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 58 - color contains mainly: green. Hex color #323A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323A16 is #CDC5E9. Grayscale: #333333. Windows color (decimal): -13485546 or 1456690. OLE color: 1456690.
HSL color Cylindrical-coordinate representation of color #323A16: hue angle of 73.33º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323A16 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 58 | 22 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.77 |
| HSL | 73.33º | 0.45% | 0.16% | - |
| HSV(B) | 73.33º | 0.62% | 0.23% | - |
| XYZ | 2.97 | 3.76 | 1.33 | - |
| YUV | 51.5 | 111.35 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 22 | 0.14 | 0 | 0.62 | 0.77 | 73.33 | 0.45 | 0.16 |
| Hex | 32 | 3A | 16 | E | 0 | 3E | 4D | 49 | 2D | 10 |
| Octal | 62 | 72 | 26 | 16 | 0 | 76 | 115 | 111 | 55 | 20 |
| Binary | 110010 | 111010 | 10110 | 1110 | 0 | 111110 | 1001101 | 1001001 | 101101 | 10000 |
Color Harmonies of #323A16
Complementary color
Monochromatic Colors of #323A16
Black with #323A16
Text Example
Text Example
White with #323A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A16; }
p { color: rgb(50,58,22); }
H1.HeaderClassName
{
color: #323A16;
}
.AnyTagClassName
{
color: #323A16;
}
</style>
background-color css
<style>
a { background-color: #323A16; }
a { background-color: rgb(50,58,22); }
div.DivClassName
{
background-color: #323A16;
}
.BgClassName
{
background-color: #323A16;
}
</style>
border-color css
<style>
span { border-color: #323A16; }
span { border-color: rgb(50,58,22); }
td.TdClassName
{
border-color: #323A16;
}
.TagClassName
{
border-color: #323A16;
}
</style>