Shades of Turtle Green #324F04
Tints of Turtle Green #324F04
RGB
CMYK
RGB Variations
Color information
#324F04 (or 0x324F04) is known color: Turtle Green. HEX triplet: 32, 4F and 04. RGB value is (50,79,4). Sum of RGB (Red+Green+Blue) = 50+79+4=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 79 (31.25% from 255 or 59.40% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 79 - color contains mainly: green. Hex color #324F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #324F04 is #CDB0FB. Grayscale: #3E3E3E. Windows color (decimal): -13480188 or 282418. OLE color: 282418.
HSL color Cylindrical-coordinate representation of color #324F04: hue angle of 83.2º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #324F04 is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 79 | 4 | - |
| CMYK | 0.37 | 0 | 0.95 | 0.69 |
| HSL | 83.2º | 0.9% | 0.16% | - |
| HSV(B) | 83.2º | 0.95% | 0.31% | - |
| XYZ | 4.13 | 6.28 | 1.11 | - |
| YUV | 61.78 | 95.39 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 79 | 4 | 0.37 | 0 | 0.95 | 0.69 | 83.2 | 0.9 | 0.16 |
| Hex | 32 | 4F | 4 | 25 | 0 | 5F | 45 | 53 | 5A | 10 |
| Octal | 62 | 117 | 4 | 45 | 0 | 137 | 105 | 123 | 132 | 20 |
| Binary | 110010 | 1001111 | 100 | 100101 | 0 | 1011111 | 1000101 | 1010011 | 1011010 | 10000 |
Color Harmonies of #324F04
Complementary color
Monochromatic Colors of #324F04
Black with #324F04
Text Example
Text Example
White with #324F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324F04; }
p { color: rgb(50,79,4); }
H1.HeaderClassName
{
color: #324F04;
}
.AnyTagClassName
{
color: #324F04;
}
</style>
background-color css
<style>
a { background-color: #324F04; }
a { background-color: rgb(50,79,4); }
div.DivClassName
{
background-color: #324F04;
}
.BgClassName
{
background-color: #324F04;
}
</style>
border-color css
<style>
span { border-color: #324F04; }
span { border-color: rgb(50,79,4); }
td.TdClassName
{
border-color: #324F04;
}
.TagClassName
{
border-color: #324F04;
}
</style>