Shades of Turtle Green #324A09
Tints of Turtle Green #324A09
RGB
CMYK
RGB Variations
Color information
#324A09 (or 0x324A09) is known color: Turtle Green. HEX triplet: 32, 4A and 09. RGB value is (50,74,9). Sum of RGB (Red+Green+Blue) = 50+74+9=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 74 (29.30% from 255 or 55.64% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 74 - color contains mainly: green. Hex color #324A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324A09 is #CDB5F6. Grayscale: #3B3B3B. Windows color (decimal): -13481463 or 608818. OLE color: 608818.
HSL color Cylindrical-coordinate representation of color #324A09: hue angle of 82.15º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #324A09 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 74 | 9 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.71 |
| HSL | 82.15º | 0.78% | 0.16% | - |
| HSV(B) | 82.15º | 0.88% | 0.29% | - |
| XYZ | 3.81 | 5.6 | 1.14 | - |
| YUV | 59.41 | 99.55 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 9 | 0.32 | 0 | 0.88 | 0.71 | 82.15 | 0.78 | 0.16 |
| Hex | 32 | 4A | 9 | 20 | 0 | 58 | 47 | 52 | 4E | 10 |
| Octal | 62 | 112 | 11 | 40 | 0 | 130 | 107 | 122 | 116 | 20 |
| Binary | 110010 | 1001010 | 1001 | 100000 | 0 | 1011000 | 1000111 | 1010010 | 1001110 | 10000 |
Color Harmonies of #324A09
Complementary color
Monochromatic Colors of #324A09
Black with #324A09
Text Example
Text Example
White with #324A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324A09; }
p { color: rgb(50,74,9); }
H1.HeaderClassName
{
color: #324A09;
}
.AnyTagClassName
{
color: #324A09;
}
</style>
background-color css
<style>
a { background-color: #324A09; }
a { background-color: rgb(50,74,9); }
div.DivClassName
{
background-color: #324A09;
}
.BgClassName
{
background-color: #324A09;
}
</style>
border-color css
<style>
span { border-color: #324A09; }
span { border-color: rgb(50,74,9); }
td.TdClassName
{
border-color: #324A09;
}
.TagClassName
{
border-color: #324A09;
}
</style>