Shades of Turtle Green #324D12
Tints of Turtle Green #324D12
RGB
CMYK
RGB Variations
Color information
#324D12 (or 0x324D12) is known color: Turtle Green. HEX triplet: 32, 4D and 12. RGB value is (50,77,18). Sum of RGB (Red+Green+Blue) = 50+77+18=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 77 (30.47% from 255 or 53.10% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 77 - color contains mainly: green. Hex color #324D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #324D12 is #CDB2ED. Grayscale: #3E3E3E. Windows color (decimal): -13480686 or 1199410. OLE color: 1199410.
HSL color Cylindrical-coordinate representation of color #324D12: hue angle of 87.46º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #324D12 is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 77 | 18 | - |
| CMYK | 0.35 | 0 | 0.77 | 0.70 |
| HSL | 87.46º | 0.62% | 0.19% | - |
| HSV(B) | 87.46º | 0.77% | 0.3% | - |
| XYZ | 4.08 | 6.03 | 1.52 | - |
| YUV | 62.2 | 103.05 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 77 | 18 | 0.35 | 0 | 0.77 | 0.70 | 87.46 | 0.62 | 0.19 |
| Hex | 32 | 4D | 12 | 23 | 0 | 4D | 46 | 57 | 3E | 13 |
| Octal | 62 | 115 | 22 | 43 | 0 | 115 | 106 | 127 | 76 | 23 |
| Binary | 110010 | 1001101 | 10010 | 100011 | 0 | 1001101 | 1000110 | 1010111 | 111110 | 10011 |
Color Harmonies of #324D12
Complementary color
Monochromatic Colors of #324D12
Black with #324D12
Text Example
Text Example
White with #324D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324D12; }
p { color: rgb(50,77,18); }
H1.HeaderClassName
{
color: #324D12;
}
.AnyTagClassName
{
color: #324D12;
}
</style>
background-color css
<style>
a { background-color: #324D12; }
a { background-color: rgb(50,77,18); }
div.DivClassName
{
background-color: #324D12;
}
.BgClassName
{
background-color: #324D12;
}
</style>
border-color css
<style>
span { border-color: #324D12; }
span { border-color: rgb(50,77,18); }
td.TdClassName
{
border-color: #324D12;
}
.TagClassName
{
border-color: #324D12;
}
</style>