Shades of Turtle Green #323406
Tints of Turtle Green #323406
RGB
CMYK
RGB Variations
Color information
#323406 (or 0x323406) is known color: Turtle Green. HEX triplet: 32, 34 and 06. RGB value is (50,52,6). Sum of RGB (Red+Green+Blue) = 50+52+6=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 52 - color contains mainly: green. Hex color #323406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323406 is #CDCBF9. Grayscale: #2E2E2E. Windows color (decimal): -13487098 or 406578. OLE color: 406578.
HSL color Cylindrical-coordinate representation of color #323406: hue angle of 62.61º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #323406 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 52 | 6 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.80 |
| HSL | 62.61º | 0.79% | 0.11% | - |
| HSV(B) | 62.61º | 0.88% | 0.2% | - |
| XYZ | 2.58 | 3.15 | 0.64 | - |
| YUV | 46.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 6 | 0.04 | 0 | 0.88 | 0.80 | 62.61 | 0.79 | 0.11 |
| Hex | 32 | 34 | 6 | 4 | 0 | 58 | 50 | 3F | 4F | B |
| Octal | 62 | 64 | 6 | 4 | 0 | 130 | 120 | 77 | 117 | 13 |
| Binary | 110010 | 110100 | 110 | 100 | 0 | 1011000 | 1010000 | 111111 | 1001111 | 1011 |
Color Harmonies of #323406
Complementary color
Monochromatic Colors of #323406
Black with #323406
Text Example
Text Example
White with #323406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323406; }
p { color: rgb(50,52,6); }
H1.HeaderClassName
{
color: #323406;
}
.AnyTagClassName
{
color: #323406;
}
</style>
background-color css
<style>
a { background-color: #323406; }
a { background-color: rgb(50,52,6); }
div.DivClassName
{
background-color: #323406;
}
.BgClassName
{
background-color: #323406;
}
</style>
border-color css
<style>
span { border-color: #323406; }
span { border-color: rgb(50,52,6); }
td.TdClassName
{
border-color: #323406;
}
.TagClassName
{
border-color: #323406;
}
</style>