Shades of Turtle Green #324A0D
Tints of Turtle Green #324A0D
RGB
CMYK
RGB Variations
Color information
#324A0D (or 0x324A0D) is known color: Turtle Green. HEX triplet: 32, 4A and 0D. RGB value is (50,74,13). Sum of RGB (Red+Green+Blue) = 50+74+13=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 74 (29.30% from 255 or 54.01% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 74 - color contains mainly: green. Hex color #324A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324A0D is #CDB5F2. Grayscale: #3C3C3C. Windows color (decimal): -13481459 or 870962. OLE color: 870962.
HSL color Cylindrical-coordinate representation of color #324A0D: hue angle of 83.61º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #324A0D is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 74 | 13 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.71 |
| HSL | 83.61º | 0.7% | 0.17% | - |
| HSV(B) | 83.61º | 0.82% | 0.29% | - |
| XYZ | 3.84 | 5.6 | 1.26 | - |
| YUV | 59.87 | 101.55 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 13 | 0.32 | 0 | 0.82 | 0.71 | 83.61 | 0.7 | 0.17 |
| Hex | 32 | 4A | D | 20 | 0 | 52 | 47 | 54 | 46 | 11 |
| Octal | 62 | 112 | 15 | 40 | 0 | 122 | 107 | 124 | 106 | 21 |
| Binary | 110010 | 1001010 | 1101 | 100000 | 0 | 1010010 | 1000111 | 1010100 | 1000110 | 10001 |
Color Harmonies of #324A0D
Complementary color
Monochromatic Colors of #324A0D
Black with #324A0D
Text Example
Text Example
White with #324A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324A0D; }
p { color: rgb(50,74,13); }
H1.HeaderClassName
{
color: #324A0D;
}
.AnyTagClassName
{
color: #324A0D;
}
</style>
background-color css
<style>
a { background-color: #324A0D; }
a { background-color: rgb(50,74,13); }
div.DivClassName
{
background-color: #324A0D;
}
.BgClassName
{
background-color: #324A0D;
}
</style>
border-color css
<style>
span { border-color: #324A0D; }
span { border-color: rgb(50,74,13); }
td.TdClassName
{
border-color: #324A0D;
}
.TagClassName
{
border-color: #324A0D;
}
</style>