Shades of Turtle Green #324A14
Tints of Turtle Green #324A14
RGB
CMYK
RGB Variations
Color information
#324A14 (or 0x324A14) is known color: Turtle Green. HEX triplet: 32, 4A and 14. RGB value is (50,74,20). Sum of RGB (Red+Green+Blue) = 50+74+20=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 74 (29.30% from 255 or 51.39% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 74 - color contains mainly: green. Hex color #324A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324A14 is #CDB5EB. Grayscale: #3C3C3C. Windows color (decimal): -13481452 or 1329714. OLE color: 1329714.
HSL color Cylindrical-coordinate representation of color #324A14: hue angle of 86.67º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #324A14 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 74 | 20 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.71 |
| HSL | 86.67º | 0.57% | 0.18% | - |
| HSV(B) | 86.67º | 0.73% | 0.29% | - |
| XYZ | 3.89 | 5.63 | 1.54 | - |
| YUV | 60.67 | 105.05 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 20 | 0.32 | 0 | 0.73 | 0.71 | 86.67 | 0.57 | 0.18 |
| Hex | 32 | 4A | 14 | 20 | 0 | 49 | 47 | 57 | 39 | 12 |
| Octal | 62 | 112 | 24 | 40 | 0 | 111 | 107 | 127 | 71 | 22 |
| Binary | 110010 | 1001010 | 10100 | 100000 | 0 | 1001001 | 1000111 | 1010111 | 111001 | 10010 |
Color Harmonies of #324A14
Complementary color
Monochromatic Colors of #324A14
Black with #324A14
Text Example
Text Example
White with #324A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324A14; }
p { color: rgb(50,74,20); }
H1.HeaderClassName
{
color: #324A14;
}
.AnyTagClassName
{
color: #324A14;
}
</style>
background-color css
<style>
a { background-color: #324A14; }
a { background-color: rgb(50,74,20); }
div.DivClassName
{
background-color: #324A14;
}
.BgClassName
{
background-color: #324A14;
}
</style>
border-color css
<style>
span { border-color: #324A14; }
span { border-color: rgb(50,74,20); }
td.TdClassName
{
border-color: #324A14;
}
.TagClassName
{
border-color: #324A14;
}
</style>