Shades of Turtle Green #323D10
Tints of Turtle Green #323D10
RGB
CMYK
RGB Variations
Color information
#323D10 (or 0x323D10) is known color: Turtle Green. HEX triplet: 32, 3D and 10. RGB value is (50,61,16). Sum of RGB (Red+Green+Blue) = 50+61+16=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 61 - color contains mainly: green. Hex color #323D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323D10 is #CDC2EF. Grayscale: #343434. Windows color (decimal): -13484784 or 1064242. OLE color: 1064242.
HSL color Cylindrical-coordinate representation of color #323D10: hue angle of 74.67º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #323D10 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 61 | 16 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.76 |
| HSL | 74.67º | 0.58% | 0.15% | - |
| HSV(B) | 74.67º | 0.74% | 0.24% | - |
| XYZ | 3.08 | 4.05 | 1.11 | - |
| YUV | 52.58 | 107.36 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 16 | 0.18 | 0 | 0.74 | 0.76 | 74.67 | 0.58 | 0.15 |
| Hex | 32 | 3D | 10 | 12 | 0 | 4A | 4C | 4B | 3A | F |
| Octal | 62 | 75 | 20 | 22 | 0 | 112 | 114 | 113 | 72 | 17 |
| Binary | 110010 | 111101 | 10000 | 10010 | 0 | 1001010 | 1001100 | 1001011 | 111010 | 1111 |
Color Harmonies of #323D10
Complementary color
Monochromatic Colors of #323D10
Black with #323D10
Text Example
Text Example
White with #323D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D10; }
p { color: rgb(50,61,16); }
H1.HeaderClassName
{
color: #323D10;
}
.AnyTagClassName
{
color: #323D10;
}
</style>
background-color css
<style>
a { background-color: #323D10; }
a { background-color: rgb(50,61,16); }
div.DivClassName
{
background-color: #323D10;
}
.BgClassName
{
background-color: #323D10;
}
</style>
border-color css
<style>
span { border-color: #323D10; }
span { border-color: rgb(50,61,16); }
td.TdClassName
{
border-color: #323D10;
}
.TagClassName
{
border-color: #323D10;
}
</style>