Shades of Turtle Green #324D13
Tints of Turtle Green #324D13
RGB
CMYK
RGB Variations
Color information
#324D13 (or 0x324D13) is known color: Turtle Green. HEX triplet: 32, 4D and 13. RGB value is (50,77,19). Sum of RGB (Red+Green+Blue) = 50+77+19=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 77 (30.47% from 255 or 52.74% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 77 - color contains mainly: green. Hex color #324D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #324D13 is #CDB2EC. Grayscale: #3E3E3E. Windows color (decimal): -13480685 or 1264946. OLE color: 1264946.
HSL color Cylindrical-coordinate representation of color #324D13: hue angle of 87.93º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #324D13 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 77 | 19 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.70 |
| HSL | 87.93º | 0.6% | 0.19% | - |
| HSV(B) | 87.93º | 0.75% | 0.3% | - |
| XYZ | 4.09 | 6.03 | 1.57 | - |
| YUV | 62.32 | 103.55 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 19 | 0.35 | 0 | 0.75 | 0.70 | 87.93 | 0.6 | 0.19 |
| Hex | 32 | 4D | 13 | 23 | 0 | 4B | 46 | 58 | 3C | 13 |
| Octal | 62 | 115 | 23 | 43 | 0 | 113 | 106 | 130 | 74 | 23 |
| Binary | 110010 | 1001101 | 10011 | 100011 | 0 | 1001011 | 1000110 | 1011000 | 111100 | 10011 |
Color Harmonies of #324D13
Complementary color
Monochromatic Colors of #324D13
Black with #324D13
Text Example
Text Example
White with #324D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324D13; }
p { color: rgb(50,77,19); }
H1.HeaderClassName
{
color: #324D13;
}
.AnyTagClassName
{
color: #324D13;
}
</style>
background-color css
<style>
a { background-color: #324D13; }
a { background-color: rgb(50,77,19); }
div.DivClassName
{
background-color: #324D13;
}
.BgClassName
{
background-color: #324D13;
}
</style>
border-color css
<style>
span { border-color: #324D13; }
span { border-color: rgb(50,77,19); }
td.TdClassName
{
border-color: #324D13;
}
.TagClassName
{
border-color: #324D13;
}
</style>