Shades of Turtle Green #324811
Tints of Turtle Green #324811
RGB
CMYK
RGB Variations
Color information
#324811 (or 0x324811) is known color: Turtle Green. HEX triplet: 32, 48 and 11. RGB value is (50,72,17). Sum of RGB (Red+Green+Blue) = 50+72+17=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 72 (28.52% from 255 or 51.80% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 72 - color contains mainly: green. Hex color #324811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324811 is #CDB7EE. Grayscale: #3B3B3B. Windows color (decimal): -13481967 or 1132594. OLE color: 1132594.
HSL color Cylindrical-coordinate representation of color #324811: hue angle of 84º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #324811 is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 72 | 17 | - |
| CMYK | 0.31 | 0 | 0.76 | 0.72 |
| HSL | 84º | 0.62% | 0.17% | - |
| HSV(B) | 84º | 0.76% | 0.28% | - |
| XYZ | 3.73 | 5.35 | 1.37 | - |
| YUV | 59.15 | 104.21 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 72 | 17 | 0.31 | 0 | 0.76 | 0.72 | 84 | 0.62 | 0.17 |
| Hex | 32 | 48 | 11 | 1F | 0 | 4C | 48 | 54 | 3E | 11 |
| Octal | 62 | 110 | 21 | 37 | 0 | 114 | 110 | 124 | 76 | 21 |
| Binary | 110010 | 1001000 | 10001 | 11111 | 0 | 1001100 | 1001000 | 1010100 | 111110 | 10001 |
Color Harmonies of #324811
Complementary color
Monochromatic Colors of #324811
Black with #324811
Text Example
Text Example
White with #324811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324811; }
p { color: rgb(50,72,17); }
H1.HeaderClassName
{
color: #324811;
}
.AnyTagClassName
{
color: #324811;
}
</style>
background-color css
<style>
a { background-color: #324811; }
a { background-color: rgb(50,72,17); }
div.DivClassName
{
background-color: #324811;
}
.BgClassName
{
background-color: #324811;
}
</style>
border-color css
<style>
span { border-color: #324811; }
span { border-color: rgb(50,72,17); }
td.TdClassName
{
border-color: #324811;
}
.TagClassName
{
border-color: #324811;
}
</style>