Shades of Turtle Green #324905
Tints of Turtle Green #324905
RGB
CMYK
RGB Variations
Color information
#324905 (or 0x324905) is known color: Turtle Green. HEX triplet: 32, 49 and 05. RGB value is (50,73,5). Sum of RGB (Red+Green+Blue) = 50+73+5=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 73 (28.91% from 255 or 57.03% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 73 - color contains mainly: green. Hex color #324905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324905 is #CDB6FA. Grayscale: #3A3A3A. Windows color (decimal): -13481723 or 346418. OLE color: 346418.
HSL color Cylindrical-coordinate representation of color #324905: hue angle of 80.29º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #324905 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 73 | 5 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.71 |
| HSL | 80.29º | 0.87% | 0.15% | - |
| HSV(B) | 80.29º | 0.93% | 0.29% | - |
| XYZ | 3.73 | 5.45 | 1 | - |
| YUV | 58.37 | 97.88 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 5 | 0.32 | 0 | 0.93 | 0.71 | 80.29 | 0.87 | 0.15 |
| Hex | 32 | 49 | 5 | 20 | 0 | 5D | 47 | 50 | 57 | F |
| Octal | 62 | 111 | 5 | 40 | 0 | 135 | 107 | 120 | 127 | 17 |
| Binary | 110010 | 1001001 | 101 | 100000 | 0 | 1011101 | 1000111 | 1010000 | 1010111 | 1111 |
Color Harmonies of #324905
Complementary color
Monochromatic Colors of #324905
Black with #324905
Text Example
Text Example
White with #324905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324905; }
p { color: rgb(50,73,5); }
H1.HeaderClassName
{
color: #324905;
}
.AnyTagClassName
{
color: #324905;
}
</style>
background-color css
<style>
a { background-color: #324905; }
a { background-color: rgb(50,73,5); }
div.DivClassName
{
background-color: #324905;
}
.BgClassName
{
background-color: #324905;
}
</style>
border-color css
<style>
span { border-color: #324905; }
span { border-color: rgb(50,73,5); }
td.TdClassName
{
border-color: #324905;
}
.TagClassName
{
border-color: #324905;
}
</style>