Shades of Turtle Green #324209
Tints of Turtle Green #324209
RGB
CMYK
RGB Variations
Color information
#324209 (or 0x324209) is known color: Turtle Green. HEX triplet: 32, 42 and 09. RGB value is (50,66,9). Sum of RGB (Red+Green+Blue) = 50+66+9=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 66 (26.17% from 255 or 52.8% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 66 - color contains mainly: green. Hex color #324209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324209 is #CDBDF6. Grayscale: #363636. Windows color (decimal): -13483511 or 606770. OLE color: 606770.
HSL color Cylindrical-coordinate representation of color #324209: hue angle of 76.84º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #324209 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 66 | 9 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.74 |
| HSL | 76.84º | 0.76% | 0.15% | - |
| HSV(B) | 76.84º | 0.86% | 0.26% | - |
| XYZ | 3.31 | 4.59 | 0.97 | - |
| YUV | 54.72 | 102.2 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 9 | 0.24 | 0 | 0.86 | 0.74 | 76.84 | 0.76 | 0.15 |
| Hex | 32 | 42 | 9 | 18 | 0 | 56 | 4A | 4D | 4C | F |
| Octal | 62 | 102 | 11 | 30 | 0 | 126 | 112 | 115 | 114 | 17 |
| Binary | 110010 | 1000010 | 1001 | 11000 | 0 | 1010110 | 1001010 | 1001101 | 1001100 | 1111 |
Color Harmonies of #324209
Complementary color
Monochromatic Colors of #324209
Black with #324209
Text Example
Text Example
White with #324209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324209; }
p { color: rgb(50,66,9); }
H1.HeaderClassName
{
color: #324209;
}
.AnyTagClassName
{
color: #324209;
}
</style>
background-color css
<style>
a { background-color: #324209; }
a { background-color: rgb(50,66,9); }
div.DivClassName
{
background-color: #324209;
}
.BgClassName
{
background-color: #324209;
}
</style>
border-color css
<style>
span { border-color: #324209; }
span { border-color: rgb(50,66,9); }
td.TdClassName
{
border-color: #324209;
}
.TagClassName
{
border-color: #324209;
}
</style>