Shades of Turtle Green #324816
Tints of Turtle Green #324816
RGB
CMYK
RGB Variations
Color information
#324816 (or 0x324816) is known color: Turtle Green. HEX triplet: 32, 48 and 16. RGB value is (50,72,22). Sum of RGB (Red+Green+Blue) = 50+72+22=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #324816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324816 is #CDB7E9. Grayscale: #3B3B3B. Windows color (decimal): -13481962 or 1460274. OLE color: 1460274.
HSL color Cylindrical-coordinate representation of color #324816: hue angle of 86.4º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #324816 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 72 | 22 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.72 |
| HSL | 86.4º | 0.53% | 0.18% | - |
| HSV(B) | 86.4º | 0.69% | 0.28% | - |
| XYZ | 3.78 | 5.37 | 1.6 | - |
| YUV | 59.72 | 106.71 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 72 | 22 | 0.31 | 0 | 0.69 | 0.72 | 86.4 | 0.53 | 0.18 |
| Hex | 32 | 48 | 16 | 1F | 0 | 45 | 48 | 56 | 35 | 12 |
| Octal | 62 | 110 | 26 | 37 | 0 | 105 | 110 | 126 | 65 | 22 |
| Binary | 110010 | 1001000 | 10110 | 11111 | 0 | 1000101 | 1001000 | 1010110 | 110101 | 10010 |
Color Harmonies of #324816
Complementary color
Monochromatic Colors of #324816
Black with #324816
Text Example
Text Example
White with #324816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324816; }
p { color: rgb(50,72,22); }
H1.HeaderClassName
{
color: #324816;
}
.AnyTagClassName
{
color: #324816;
}
</style>
background-color css
<style>
a { background-color: #324816; }
a { background-color: rgb(50,72,22); }
div.DivClassName
{
background-color: #324816;
}
.BgClassName
{
background-color: #324816;
}
</style>
border-color css
<style>
span { border-color: #324816; }
span { border-color: rgb(50,72,22); }
td.TdClassName
{
border-color: #324816;
}
.TagClassName
{
border-color: #324816;
}
</style>