Shades of Turtle Green #324304
Tints of Turtle Green #324304
RGB
CMYK
RGB Variations
Color information
#324304 (or 0x324304) is known color: Turtle Green. HEX triplet: 32, 43 and 04. RGB value is (50,67,4). Sum of RGB (Red+Green+Blue) = 50+67+4=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #324304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324304 is #CDBCFB. Grayscale: #363636. Windows color (decimal): -13483260 or 279346. OLE color: 279346.
HSL color Cylindrical-coordinate representation of color #324304: hue angle of 76.19º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #324304 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 67 | 4 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.74 |
| HSL | 76.19º | 0.89% | 0.14% | - |
| HSV(B) | 76.19º | 0.94% | 0.26% | - |
| XYZ | 3.34 | 4.7 | 0.85 | - |
| YUV | 54.74 | 99.37 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 67 | 4 | 0.25 | 0 | 0.94 | 0.74 | 76.19 | 0.89 | 0.14 |
| Hex | 32 | 43 | 4 | 19 | 0 | 5E | 4A | 4C | 59 | E |
| Octal | 62 | 103 | 4 | 31 | 0 | 136 | 112 | 114 | 131 | 16 |
| Binary | 110010 | 1000011 | 100 | 11001 | 0 | 1011110 | 1001010 | 1001100 | 1011001 | 1110 |
Color Harmonies of #324304
Complementary color
Monochromatic Colors of #324304
Black with #324304
Text Example
Text Example
White with #324304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324304; }
p { color: rgb(50,67,4); }
H1.HeaderClassName
{
color: #324304;
}
.AnyTagClassName
{
color: #324304;
}
</style>
background-color css
<style>
a { background-color: #324304; }
a { background-color: rgb(50,67,4); }
div.DivClassName
{
background-color: #324304;
}
.BgClassName
{
background-color: #324304;
}
</style>
border-color css
<style>
span { border-color: #324304; }
span { border-color: rgb(50,67,4); }
td.TdClassName
{
border-color: #324304;
}
.TagClassName
{
border-color: #324304;
}
</style>