Shades of Turtle Green #324704
Tints of Turtle Green #324704
RGB
CMYK
RGB Variations
Color information
#324704 (or 0x324704) is known color: Turtle Green. HEX triplet: 32, 47 and 04. RGB value is (50,71,4). Sum of RGB (Red+Green+Blue) = 50+71+4=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 71 (28.12% from 255 or 56.8% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 71 - color contains mainly: green. Hex color #324704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324704 is #CDB8FB. Grayscale: #393939. Windows color (decimal): -13482236 or 280370. OLE color: 280370.
HSL color Cylindrical-coordinate representation of color #324704: hue angle of 78.81º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #324704 is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 71 | 4 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.72 |
| HSL | 78.81º | 0.89% | 0.15% | - |
| HSV(B) | 78.81º | 0.94% | 0.28% | - |
| XYZ | 3.59 | 5.19 | 0.93 | - |
| YUV | 57.08 | 98.04 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 71 | 4 | 0.30 | 0 | 0.94 | 0.72 | 78.81 | 0.89 | 0.15 |
| Hex | 32 | 47 | 4 | 1E | 0 | 5E | 48 | 4F | 59 | F |
| Octal | 62 | 107 | 4 | 36 | 0 | 136 | 110 | 117 | 131 | 17 |
| Binary | 110010 | 1000111 | 100 | 11110 | 0 | 1011110 | 1001000 | 1001111 | 1011001 | 1111 |
Color Harmonies of #324704
Complementary color
Monochromatic Colors of #324704
Black with #324704
Text Example
Text Example
White with #324704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324704; }
p { color: rgb(50,71,4); }
H1.HeaderClassName
{
color: #324704;
}
.AnyTagClassName
{
color: #324704;
}
</style>
background-color css
<style>
a { background-color: #324704; }
a { background-color: rgb(50,71,4); }
div.DivClassName
{
background-color: #324704;
}
.BgClassName
{
background-color: #324704;
}
</style>
border-color css
<style>
span { border-color: #324704; }
span { border-color: rgb(50,71,4); }
td.TdClassName
{
border-color: #324704;
}
.TagClassName
{
border-color: #324704;
}
</style>