Shades of Turtle Green #323E14
Tints of Turtle Green #323E14
RGB
CMYK
RGB Variations
Color information
#323E14 (or 0x323E14) is known color: Turtle Green. HEX triplet: 32, 3E and 14. RGB value is (50,62,20). Sum of RGB (Red+Green+Blue) = 50+62+20=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 62 (24.61% from 255 or 46.97% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 62 - color contains mainly: green. Hex color #323E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323E14 is #CDC1EB. Grayscale: #353535. Windows color (decimal): -13484524 or 1326642. OLE color: 1326642.
HSL color Cylindrical-coordinate representation of color #323E14: hue angle of 77.14º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #323E14 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 62 | 20 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.76 |
| HSL | 77.14º | 0.51% | 0.16% | - |
| HSV(B) | 77.14º | 0.68% | 0.24% | - |
| XYZ | 3.16 | 4.17 | 1.3 | - |
| YUV | 53.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 20 | 0.19 | 0 | 0.68 | 0.76 | 77.14 | 0.51 | 0.16 |
| Hex | 32 | 3E | 14 | 13 | 0 | 44 | 4C | 4D | 33 | 10 |
| Octal | 62 | 76 | 24 | 23 | 0 | 104 | 114 | 115 | 63 | 20 |
| Binary | 110010 | 111110 | 10100 | 10011 | 0 | 1000100 | 1001100 | 1001101 | 110011 | 10000 |
Color Harmonies of #323E14
Complementary color
Monochromatic Colors of #323E14
Black with #323E14
Text Example
Text Example
White with #323E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323E14; }
p { color: rgb(50,62,20); }
H1.HeaderClassName
{
color: #323E14;
}
.AnyTagClassName
{
color: #323E14;
}
</style>
background-color css
<style>
a { background-color: #323E14; }
a { background-color: rgb(50,62,20); }
div.DivClassName
{
background-color: #323E14;
}
.BgClassName
{
background-color: #323E14;
}
</style>
border-color css
<style>
span { border-color: #323E14; }
span { border-color: rgb(50,62,20); }
td.TdClassName
{
border-color: #323E14;
}
.TagClassName
{
border-color: #323E14;
}
</style>