Shades of Turtle Green #324A13
Tints of Turtle Green #324A13
RGB
CMYK
RGB Variations
Color information
#324A13 (or 0x324A13) is known color: Turtle Green. HEX triplet: 32, 4A and 13. RGB value is (50,74,19). Sum of RGB (Red+Green+Blue) = 50+74+19=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 74 (29.30% from 255 or 51.75% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 74 - color contains mainly: green. Hex color #324A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324A13 is #CDB5EC. Grayscale: #3C3C3C. Windows color (decimal): -13481453 or 1264178. OLE color: 1264178.
HSL color Cylindrical-coordinate representation of color #324A13: hue angle of 86.18º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #324A13 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 74 | 19 | - |
| CMYK | 0.32 | 0 | 0.74 | 0.71 |
| HSL | 86.18º | 0.59% | 0.18% | - |
| HSV(B) | 86.18º | 0.74% | 0.29% | - |
| XYZ | 3.88 | 5.62 | 1.5 | - |
| YUV | 60.55 | 104.55 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 19 | 0.32 | 0 | 0.74 | 0.71 | 86.18 | 0.59 | 0.18 |
| Hex | 32 | 4A | 13 | 20 | 0 | 4A | 47 | 56 | 3B | 12 |
| Octal | 62 | 112 | 23 | 40 | 0 | 112 | 107 | 126 | 73 | 22 |
| Binary | 110010 | 1001010 | 10011 | 100000 | 0 | 1001010 | 1000111 | 1010110 | 111011 | 10010 |
Color Harmonies of #324A13
Complementary color
Monochromatic Colors of #324A13
Black with #324A13
Text Example
Text Example
White with #324A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324A13; }
p { color: rgb(50,74,19); }
H1.HeaderClassName
{
color: #324A13;
}
.AnyTagClassName
{
color: #324A13;
}
</style>
background-color css
<style>
a { background-color: #324A13; }
a { background-color: rgb(50,74,19); }
div.DivClassName
{
background-color: #324A13;
}
.BgClassName
{
background-color: #324A13;
}
</style>
border-color css
<style>
span { border-color: #324A13; }
span { border-color: rgb(50,74,19); }
td.TdClassName
{
border-color: #324A13;
}
.TagClassName
{
border-color: #324A13;
}
</style>