Shades of Turtle Green #324516
Tints of Turtle Green #324516
RGB
CMYK
RGB Variations
Color information
#324516 (or 0x324516) is known color: Turtle Green. HEX triplet: 32, 45 and 16. RGB value is (50,69,22). Sum of RGB (Red+Green+Blue) = 50+69+22=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 69 (27.34% from 255 or 48.94% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 69 - color contains mainly: green. Hex color #324516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324516 is #CDBAE9. Grayscale: #3A3A3A. Windows color (decimal): -13482730 or 1459506. OLE color: 1459506.
HSL color Cylindrical-coordinate representation of color #324516: hue angle of 84.26º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #324516 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 69 | 22 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.73 |
| HSL | 84.26º | 0.52% | 0.18% | - |
| HSV(B) | 84.26º | 0.68% | 0.27% | - |
| XYZ | 3.59 | 4.99 | 1.53 | - |
| YUV | 57.96 | 107.71 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 22 | 0.28 | 0 | 0.68 | 0.73 | 84.26 | 0.52 | 0.18 |
| Hex | 32 | 45 | 16 | 1C | 0 | 44 | 49 | 54 | 34 | 12 |
| Octal | 62 | 105 | 26 | 34 | 0 | 104 | 111 | 124 | 64 | 22 |
| Binary | 110010 | 1000101 | 10110 | 11100 | 0 | 1000100 | 1001001 | 1010100 | 110100 | 10010 |
Color Harmonies of #324516
Complementary color
Monochromatic Colors of #324516
Black with #324516
Text Example
Text Example
White with #324516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324516; }
p { color: rgb(50,69,22); }
H1.HeaderClassName
{
color: #324516;
}
.AnyTagClassName
{
color: #324516;
}
</style>
background-color css
<style>
a { background-color: #324516; }
a { background-color: rgb(50,69,22); }
div.DivClassName
{
background-color: #324516;
}
.BgClassName
{
background-color: #324516;
}
</style>
border-color css
<style>
span { border-color: #324516; }
span { border-color: rgb(50,69,22); }
td.TdClassName
{
border-color: #324516;
}
.TagClassName
{
border-color: #324516;
}
</style>