Shades of Turtle Green #324205
Tints of Turtle Green #324205
RGB
CMYK
RGB Variations
Color information
#324205 (or 0x324205) is known color: Turtle Green. HEX triplet: 32, 42 and 05. RGB value is (50,66,5). Sum of RGB (Red+Green+Blue) = 50+66+5=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #324205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324205 is #CDBDFA. Grayscale: #363636. Windows color (decimal): -13483515 or 344626. OLE color: 344626.
HSL color Cylindrical-coordinate representation of color #324205: hue angle of 75.74º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #324205 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 66 | 5 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.74 |
| HSL | 75.74º | 0.86% | 0.14% | - |
| HSV(B) | 75.74º | 0.92% | 0.26% | - |
| XYZ | 3.29 | 4.59 | 0.86 | - |
| YUV | 54.26 | 100.2 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 5 | 0.24 | 0 | 0.92 | 0.74 | 75.74 | 0.86 | 0.14 |
| Hex | 32 | 42 | 5 | 18 | 0 | 5C | 4A | 4C | 56 | E |
| Octal | 62 | 102 | 5 | 30 | 0 | 134 | 112 | 114 | 126 | 16 |
| Binary | 110010 | 1000010 | 101 | 11000 | 0 | 1011100 | 1001010 | 1001100 | 1010110 | 1110 |
Color Harmonies of #324205
Complementary color
Monochromatic Colors of #324205
Black with #324205
Text Example
Text Example
White with #324205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324205; }
p { color: rgb(50,66,5); }
H1.HeaderClassName
{
color: #324205;
}
.AnyTagClassName
{
color: #324205;
}
</style>
background-color css
<style>
a { background-color: #324205; }
a { background-color: rgb(50,66,5); }
div.DivClassName
{
background-color: #324205;
}
.BgClassName
{
background-color: #324205;
}
</style>
border-color css
<style>
span { border-color: #324205; }
span { border-color: rgb(50,66,5); }
td.TdClassName
{
border-color: #324205;
}
.TagClassName
{
border-color: #324205;
}
</style>