Shades of Turtle Green #324913
Tints of Turtle Green #324913
RGB
CMYK
RGB Variations
Color information
#324913 (or 0x324913) is known color: Turtle Green. HEX triplet: 32, 49 and 13. RGB value is (50,73,19). Sum of RGB (Red+Green+Blue) = 50+73+19=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 73 (28.91% from 255 or 51.41% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 73 - color contains mainly: green. Hex color #324913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324913 is #CDB6EC. Grayscale: #3C3C3C. Windows color (decimal): -13481709 or 1263922. OLE color: 1263922.
HSL color Cylindrical-coordinate representation of color #324913: hue angle of 85.56º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #324913 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 73 | 19 | - |
| CMYK | 0.32 | 0 | 0.74 | 0.71 |
| HSL | 85.56º | 0.59% | 0.18% | - |
| HSV(B) | 85.56º | 0.74% | 0.29% | - |
| XYZ | 3.82 | 5.49 | 1.47 | - |
| YUV | 59.97 | 104.88 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 19 | 0.32 | 0 | 0.74 | 0.71 | 85.56 | 0.59 | 0.18 |
| Hex | 32 | 49 | 13 | 20 | 0 | 4A | 47 | 56 | 3B | 12 |
| Octal | 62 | 111 | 23 | 40 | 0 | 112 | 107 | 126 | 73 | 22 |
| Binary | 110010 | 1001001 | 10011 | 100000 | 0 | 1001010 | 1000111 | 1010110 | 111011 | 10010 |
Color Harmonies of #324913
Complementary color
Monochromatic Colors of #324913
Black with #324913
Text Example
Text Example
White with #324913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324913; }
p { color: rgb(50,73,19); }
H1.HeaderClassName
{
color: #324913;
}
.AnyTagClassName
{
color: #324913;
}
</style>
background-color css
<style>
a { background-color: #324913; }
a { background-color: rgb(50,73,19); }
div.DivClassName
{
background-color: #324913;
}
.BgClassName
{
background-color: #324913;
}
</style>
border-color css
<style>
span { border-color: #324913; }
span { border-color: rgb(50,73,19); }
td.TdClassName
{
border-color: #324913;
}
.TagClassName
{
border-color: #324913;
}
</style>