Shades of Turtle Green #323F10
Tints of Turtle Green #323F10
RGB
CMYK
RGB Variations
Color information
#323F10 (or 0x323F10) is known color: Turtle Green. HEX triplet: 32, 3F and 10. RGB value is (50,63,16). Sum of RGB (Red+Green+Blue) = 50+63+16=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 63 (25% from 255 or 48.84% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 63 - color contains mainly: green. Hex color #323F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323F10 is #CDC0EF. Grayscale: #353535. Windows color (decimal): -13484272 or 1064754. OLE color: 1064754.
HSL color Cylindrical-coordinate representation of color #323F10: hue angle of 76.6º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #323F10 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 63 | 16 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.75 |
| HSL | 76.6º | 0.59% | 0.15% | - |
| HSV(B) | 76.6º | 0.75% | 0.25% | - |
| XYZ | 3.19 | 4.27 | 1.15 | - |
| YUV | 53.76 | 106.69 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 16 | 0.21 | 0 | 0.75 | 0.75 | 76.6 | 0.59 | 0.15 |
| Hex | 32 | 3F | 10 | 15 | 0 | 4B | 4B | 4D | 3B | F |
| Octal | 62 | 77 | 20 | 25 | 0 | 113 | 113 | 115 | 73 | 17 |
| Binary | 110010 | 111111 | 10000 | 10101 | 0 | 1001011 | 1001011 | 1001101 | 111011 | 1111 |
Color Harmonies of #323F10
Complementary color
Monochromatic Colors of #323F10
Black with #323F10
Text Example
Text Example
White with #323F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F10; }
p { color: rgb(50,63,16); }
H1.HeaderClassName
{
color: #323F10;
}
.AnyTagClassName
{
color: #323F10;
}
</style>
background-color css
<style>
a { background-color: #323F10; }
a { background-color: rgb(50,63,16); }
div.DivClassName
{
background-color: #323F10;
}
.BgClassName
{
background-color: #323F10;
}
</style>
border-color css
<style>
span { border-color: #323F10; }
span { border-color: rgb(50,63,16); }
td.TdClassName
{
border-color: #323F10;
}
.TagClassName
{
border-color: #323F10;
}
</style>