Shades of Turtle Green #324709
Tints of Turtle Green #324709
RGB
CMYK
RGB Variations
Color information
#324709 (or 0x324709) is known color: Turtle Green. HEX triplet: 32, 47 and 09. RGB value is (50,71,9). Sum of RGB (Red+Green+Blue) = 50+71+9=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 71 (28.12% from 255 or 54.62% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 71 - color contains mainly: green. Hex color #324709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324709 is #CDB8F6. Grayscale: #393939. Windows color (decimal): -13482231 or 608050. OLE color: 608050.
HSL color Cylindrical-coordinate representation of color #324709: hue angle of 80.32º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #324709 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 71 | 9 | - |
| CMYK | 0.30 | 0 | 0.87 | 0.72 |
| HSL | 80.32º | 0.78% | 0.16% | - |
| HSV(B) | 80.32º | 0.87% | 0.28% | - |
| XYZ | 3.62 | 5.2 | 1.07 | - |
| YUV | 57.65 | 100.54 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 71 | 9 | 0.30 | 0 | 0.87 | 0.72 | 80.32 | 0.78 | 0.16 |
| Hex | 32 | 47 | 9 | 1E | 0 | 57 | 48 | 50 | 4E | 10 |
| Octal | 62 | 107 | 11 | 36 | 0 | 127 | 110 | 120 | 116 | 20 |
| Binary | 110010 | 1000111 | 1001 | 11110 | 0 | 1010111 | 1001000 | 1010000 | 1001110 | 10000 |
Color Harmonies of #324709
Complementary color
Monochromatic Colors of #324709
Black with #324709
Text Example
Text Example
White with #324709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324709; }
p { color: rgb(50,71,9); }
H1.HeaderClassName
{
color: #324709;
}
.AnyTagClassName
{
color: #324709;
}
</style>
background-color css
<style>
a { background-color: #324709; }
a { background-color: rgb(50,71,9); }
div.DivClassName
{
background-color: #324709;
}
.BgClassName
{
background-color: #324709;
}
</style>
border-color css
<style>
span { border-color: #324709; }
span { border-color: rgb(50,71,9); }
td.TdClassName
{
border-color: #324709;
}
.TagClassName
{
border-color: #324709;
}
</style>