Shades of Turtle Green #324B0D
Tints of Turtle Green #324B0D
RGB
CMYK
RGB Variations
Color information
#324B0D (or 0x324B0D) is known color: Turtle Green. HEX triplet: 32, 4B and 0D. RGB value is (50,75,13). Sum of RGB (Red+Green+Blue) = 50+75+13=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 75 (29.69% from 255 or 54.35% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 75 - color contains mainly: green. Hex color #324B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #324B0D is #CDB4F2. Grayscale: #3C3C3C. Windows color (decimal): -13481203 or 871218. OLE color: 871218.
HSL color Cylindrical-coordinate representation of color #324B0D: hue angle of 84.19º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #324B0D is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 75 | 13 | - |
| CMYK | 0.33 | 0 | 0.83 | 0.71 |
| HSL | 84.19º | 0.7% | 0.17% | - |
| HSV(B) | 84.19º | 0.83% | 0.29% | - |
| XYZ | 3.9 | 5.74 | 1.28 | - |
| YUV | 60.46 | 101.22 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 13 | 0.33 | 0 | 0.83 | 0.71 | 84.19 | 0.7 | 0.17 |
| Hex | 32 | 4B | D | 21 | 0 | 53 | 47 | 54 | 46 | 11 |
| Octal | 62 | 113 | 15 | 41 | 0 | 123 | 107 | 124 | 106 | 21 |
| Binary | 110010 | 1001011 | 1101 | 100001 | 0 | 1010011 | 1000111 | 1010100 | 1000110 | 10001 |
Color Harmonies of #324B0D
Complementary color
Monochromatic Colors of #324B0D
Black with #324B0D
Text Example
Text Example
White with #324B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324B0D; }
p { color: rgb(50,75,13); }
H1.HeaderClassName
{
color: #324B0D;
}
.AnyTagClassName
{
color: #324B0D;
}
</style>
background-color css
<style>
a { background-color: #324B0D; }
a { background-color: rgb(50,75,13); }
div.DivClassName
{
background-color: #324B0D;
}
.BgClassName
{
background-color: #324B0D;
}
</style>
border-color css
<style>
span { border-color: #324B0D; }
span { border-color: rgb(50,75,13); }
td.TdClassName
{
border-color: #324B0D;
}
.TagClassName
{
border-color: #324B0D;
}
</style>