Shades of Turtle Green #324715
Tints of Turtle Green #324715
RGB
CMYK
RGB Variations
Color information
#324715 (or 0x324715) is known color: Turtle Green. HEX triplet: 32, 47 and 15. RGB value is (50,71,21). Sum of RGB (Red+Green+Blue) = 50+71+21=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 71 (28.12% from 255 or 50% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 71 - color contains mainly: green. Hex color #324715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324715 is #CDB8EA. Grayscale: #3B3B3B. Windows color (decimal): -13482219 or 1394482. OLE color: 1394482.
HSL color Cylindrical-coordinate representation of color #324715: hue angle of 85.2º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #324715 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 71 | 21 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.72 |
| HSL | 85.2º | 0.54% | 0.18% | - |
| HSV(B) | 85.2º | 0.7% | 0.28% | - |
| XYZ | 3.7 | 5.24 | 1.53 | - |
| YUV | 59.02 | 106.54 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 71 | 21 | 0.30 | 0 | 0.70 | 0.72 | 85.2 | 0.54 | 0.18 |
| Hex | 32 | 47 | 15 | 1E | 0 | 46 | 48 | 55 | 36 | 12 |
| Octal | 62 | 107 | 25 | 36 | 0 | 106 | 110 | 125 | 66 | 22 |
| Binary | 110010 | 1000111 | 10101 | 11110 | 0 | 1000110 | 1001000 | 1010101 | 110110 | 10010 |
Color Harmonies of #324715
Complementary color
Monochromatic Colors of #324715
Black with #324715
Text Example
Text Example
White with #324715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324715; }
p { color: rgb(50,71,21); }
H1.HeaderClassName
{
color: #324715;
}
.AnyTagClassName
{
color: #324715;
}
</style>
background-color css
<style>
a { background-color: #324715; }
a { background-color: rgb(50,71,21); }
div.DivClassName
{
background-color: #324715;
}
.BgClassName
{
background-color: #324715;
}
</style>
border-color css
<style>
span { border-color: #324715; }
span { border-color: rgb(50,71,21); }
td.TdClassName
{
border-color: #324715;
}
.TagClassName
{
border-color: #324715;
}
</style>