Shades of Turtle Green #323611
Tints of Turtle Green #323611
RGB
CMYK
RGB Variations
Color information
#323611 (or 0x323611) is known color: Turtle Green. HEX triplet: 32, 36 and 11. RGB value is (50,54,17). Sum of RGB (Red+Green+Blue) = 50+54+17=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 54 - color contains mainly: green. Hex color #323611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323611 is #CDC9EE. Grayscale: #303030. Windows color (decimal): -13486575 or 1127986. OLE color: 1127986.
HSL color Cylindrical-coordinate representation of color #323611: hue angle of 66.49º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #323611 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 54 | 17 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.79 |
| HSL | 66.49º | 0.52% | 0.14% | - |
| HSV(B) | 66.49º | 0.69% | 0.21% | - |
| XYZ | 2.74 | 3.36 | 1.03 | - |
| YUV | 48.59 | 110.17 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 54 | 17 | 0.07 | 0 | 0.69 | 0.79 | 66.49 | 0.52 | 0.14 |
| Hex | 32 | 36 | 11 | 7 | 0 | 45 | 4F | 42 | 34 | E |
| Octal | 62 | 66 | 21 | 7 | 0 | 105 | 117 | 102 | 64 | 16 |
| Binary | 110010 | 110110 | 10001 | 111 | 0 | 1000101 | 1001111 | 1000010 | 110100 | 1110 |
Color Harmonies of #323611
Complementary color
Monochromatic Colors of #323611
Black with #323611
Text Example
Text Example
White with #323611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323611; }
p { color: rgb(50,54,17); }
H1.HeaderClassName
{
color: #323611;
}
.AnyTagClassName
{
color: #323611;
}
</style>
background-color css
<style>
a { background-color: #323611; }
a { background-color: rgb(50,54,17); }
div.DivClassName
{
background-color: #323611;
}
.BgClassName
{
background-color: #323611;
}
</style>
border-color css
<style>
span { border-color: #323611; }
span { border-color: rgb(50,54,17); }
td.TdClassName
{
border-color: #323611;
}
.TagClassName
{
border-color: #323611;
}
</style>