Shades of Turtle Green #324713
Tints of Turtle Green #324713
RGB
CMYK
RGB Variations
Color information
#324713 (or 0x324713) is known color: Turtle Green. HEX triplet: 32, 47 and 13. RGB value is (50,71,19). Sum of RGB (Red+Green+Blue) = 50+71+19=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #324713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324713 is #CDB8EC. Grayscale: #3A3A3A. Windows color (decimal): -13482221 or 1263410. OLE color: 1263410.
HSL color Cylindrical-coordinate representation of color #324713: hue angle of 84.23º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #324713 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 71 | 19 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.72 |
| HSL | 84.23º | 0.58% | 0.18% | - |
| HSV(B) | 84.23º | 0.73% | 0.28% | - |
| XYZ | 3.69 | 5.23 | 1.43 | - |
| YUV | 58.79 | 105.54 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 71 | 19 | 0.30 | 0 | 0.73 | 0.72 | 84.23 | 0.58 | 0.18 |
| Hex | 32 | 47 | 13 | 1E | 0 | 49 | 48 | 54 | 3A | 12 |
| Octal | 62 | 107 | 23 | 36 | 0 | 111 | 110 | 124 | 72 | 22 |
| Binary | 110010 | 1000111 | 10011 | 11110 | 0 | 1001001 | 1001000 | 1010100 | 111010 | 10010 |
Color Harmonies of #324713
Complementary color
Monochromatic Colors of #324713
Black with #324713
Text Example
Text Example
White with #324713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324713; }
p { color: rgb(50,71,19); }
H1.HeaderClassName
{
color: #324713;
}
.AnyTagClassName
{
color: #324713;
}
</style>
background-color css
<style>
a { background-color: #324713; }
a { background-color: rgb(50,71,19); }
div.DivClassName
{
background-color: #324713;
}
.BgClassName
{
background-color: #324713;
}
</style>
border-color css
<style>
span { border-color: #324713; }
span { border-color: rgb(50,71,19); }
td.TdClassName
{
border-color: #324713;
}
.TagClassName
{
border-color: #324713;
}
</style>