Shades of Turtle Green #324418
Tints of Turtle Green #324418
RGB
CMYK
RGB Variations
Color information
#324418 (or 0x324418) is known color: Turtle Green. HEX triplet: 32, 44 and 18. RGB value is (50,68,24). Sum of RGB (Red+Green+Blue) = 50+68+24=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #324418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324418 is #CDBBE7. Grayscale: #393939. Windows color (decimal): -13482984 or 1590322. OLE color: 1590322.
HSL color Cylindrical-coordinate representation of color #324418: hue angle of 84.55º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #324418 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 68 | 24 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.73 |
| HSL | 84.55º | 0.48% | 0.18% | - |
| HSV(B) | 84.55º | 0.65% | 0.27% | - |
| XYZ | 3.55 | 4.88 | 1.62 | - |
| YUV | 57.6 | 109.04 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 68 | 24 | 0.26 | 0 | 0.65 | 0.73 | 84.55 | 0.48 | 0.18 |
| Hex | 32 | 44 | 18 | 1A | 0 | 41 | 49 | 55 | 30 | 12 |
| Octal | 62 | 104 | 30 | 32 | 0 | 101 | 111 | 125 | 60 | 22 |
| Binary | 110010 | 1000100 | 11000 | 11010 | 0 | 1000001 | 1001001 | 1010101 | 110000 | 10010 |
Color Harmonies of #324418
Complementary color
Monochromatic Colors of #324418
Black with #324418
Text Example
Text Example
White with #324418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324418; }
p { color: rgb(50,68,24); }
H1.HeaderClassName
{
color: #324418;
}
.AnyTagClassName
{
color: #324418;
}
</style>
background-color css
<style>
a { background-color: #324418; }
a { background-color: rgb(50,68,24); }
div.DivClassName
{
background-color: #324418;
}
.BgClassName
{
background-color: #324418;
}
</style>
border-color css
<style>
span { border-color: #324418; }
span { border-color: rgb(50,68,24); }
td.TdClassName
{
border-color: #324418;
}
.TagClassName
{
border-color: #324418;
}
</style>