Shades of Dark Green #063221
Tints of Dark Green #063221
RGB
CMYK
RGB Variations
Color information
#063221 (or 0x063221) is known color: Dark Green. HEX triplet: 06, 32 and 21. RGB value is (6,50,33). Sum of RGB (Red+Green+Blue) = 6+50+33=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 50 (19.92% from 255 or 56.18% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 50 - color contains mainly: green. Hex color #063221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063221 is #F9CDDE. Grayscale: #222222. Windows color (decimal): -16371167 or 2175494. OLE color: 2175494.
HSL color Cylindrical-coordinate representation of color #063221: hue angle of 156.82º 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 #063221 is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 6 | 50 | 33 | - |
| CMYK | 0.88 | 0 | 0.34 | 0.80 |
| HSL | 156.82º | 0.79% | 0.11% | - |
| HSV(B) | 156.82º | 0.88% | 0.2% | - |
| XYZ | 1.49 | 2.43 | 1.83 | - |
| YUV | 34.91 | 126.92 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 50 | 33 | 0.88 | 0 | 0.34 | 0.80 | 156.82 | 0.79 | 0.11 |
| Hex | 6 | 32 | 21 | 58 | 0 | 22 | 50 | 9D | 4F | B |
| Octal | 6 | 62 | 41 | 130 | 0 | 42 | 120 | 235 | 117 | 13 |
| Binary | 110 | 110010 | 100001 | 1011000 | 0 | 100010 | 1010000 | 10011101 | 1001111 | 1011 |
Color Harmonies of #063221
Complementary color
Monochromatic Colors of #063221
Black with #063221
Text Example
Text Example
White with #063221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063221; }
p { color: rgb(6,50,33); }
H1.HeaderClassName
{
color: #063221;
}
.AnyTagClassName
{
color: #063221;
}
</style>
background-color css
<style>
a { background-color: #063221; }
a { background-color: rgb(6,50,33); }
div.DivClassName
{
background-color: #063221;
}
.BgClassName
{
background-color: #063221;
}
</style>
border-color css
<style>
span { border-color: #063221; }
span { border-color: rgb(6,50,33); }
td.TdClassName
{
border-color: #063221;
}
.TagClassName
{
border-color: #063221;
}
</style>