Shades of Dark Green #062211
Tints of Dark Green #062211
RGB
CMYK
RGB Variations
Color information
#062211 (or 0x062211) is known color: Dark Green. HEX triplet: 06, 22 and 11. RGB value is (6,34,17). Sum of RGB (Red+Green+Blue) = 6+34+17=57 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.53% from 57); Green value is 34 (13.67% from 255 or 59.65% from 57); Blue value is 17 (7.03% from 255 or 29.82% from 57); Max value from RGB is 34 - color contains mainly: green. Hex color #062211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062211 is #F9DDEE. Grayscale: #171717. Windows color (decimal): -16375279 or 1122822. OLE color: 1122822.
HSL color Cylindrical-coordinate representation of color #062211: hue angle of 143.57º degrees, saturation: 0.7, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #062211 is Cyan = 0.82, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 34 | 17 | - |
| CMYK | 0.82 | 0 | 0.50 | 0.87 |
| HSL | 143.57º | 0.7% | 0.08% | - |
| HSV(B) | 143.57º | 0.82% | 0.13% | - |
| XYZ | 0.75 | 1.22 | 0.73 | - |
| YUV | 23.69 | 124.22 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 34 | 17 | 0.82 | 0 | 0.50 | 0.87 | 143.57 | 0.7 | 0.08 |
| Hex | 6 | 22 | 11 | 52 | 0 | 32 | 57 | 90 | 46 | 8 |
| Octal | 6 | 42 | 21 | 122 | 0 | 62 | 127 | 220 | 106 | 10 |
| Binary | 110 | 100010 | 10001 | 1010010 | 0 | 110010 | 1010111 | 10010000 | 1000110 | 1000 |
Color Harmonies of #062211
Complementary color
Monochromatic Colors of #062211
Black with #062211
Text Example
Text Example
White with #062211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062211; }
p { color: rgb(6,34,17); }
H1.HeaderClassName
{
color: #062211;
}
.AnyTagClassName
{
color: #062211;
}
</style>
background-color css
<style>
a { background-color: #062211; }
a { background-color: rgb(6,34,17); }
div.DivClassName
{
background-color: #062211;
}
.BgClassName
{
background-color: #062211;
}
</style>
border-color css
<style>
span { border-color: #062211; }
span { border-color: rgb(6,34,17); }
td.TdClassName
{
border-color: #062211;
}
.TagClassName
{
border-color: #062211;
}
</style>