Shades of Dark Green #063121
Tints of Dark Green #063121
RGB
CMYK
RGB Variations
Color information
#063121 (or 0x063121) is known color: Dark Green. HEX triplet: 06, 31 and 21. RGB value is (6,49,33). Sum of RGB (Red+Green+Blue) = 6+49+33=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 49 (19.53% from 255 or 55.68% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 49 - color contains mainly: green. Hex color #063121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063121 is #F9CEDE. Grayscale: #222222. Windows color (decimal): -16371423 or 2175238. OLE color: 2175238.
HSL color Cylindrical-coordinate representation of color #063121: hue angle of 157.67º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063121 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 6 | 49 | 33 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.81 |
| HSL | 157.67º | 0.78% | 0.11% | - |
| HSV(B) | 157.67º | 0.88% | 0.19% | - |
| XYZ | 1.45 | 2.35 | 1.82 | - |
| YUV | 34.32 | 127.25 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 49 | 33 | 0.88 | 0 | 0.33 | 0.81 | 157.67 | 0.78 | 0.11 |
| Hex | 6 | 31 | 21 | 58 | 0 | 21 | 51 | 9E | 4E | B |
| Octal | 6 | 61 | 41 | 130 | 0 | 41 | 121 | 236 | 116 | 13 |
| Binary | 110 | 110001 | 100001 | 1011000 | 0 | 100001 | 1010001 | 10011110 | 1001110 | 1011 |
Color Harmonies of #063121
Complementary color
Monochromatic Colors of #063121
Black with #063121
Text Example
Text Example
White with #063121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063121; }
p { color: rgb(6,49,33); }
H1.HeaderClassName
{
color: #063121;
}
.AnyTagClassName
{
color: #063121;
}
</style>
background-color css
<style>
a { background-color: #063121; }
a { background-color: rgb(6,49,33); }
div.DivClassName
{
background-color: #063121;
}
.BgClassName
{
background-color: #063121;
}
</style>
border-color css
<style>
span { border-color: #063121; }
span { border-color: rgb(6,49,33); }
td.TdClassName
{
border-color: #063121;
}
.TagClassName
{
border-color: #063121;
}
</style>