Shades of Dark Green #063521
Tints of Dark Green #063521
RGB
CMYK
RGB Variations
Color information
#063521 (or 0x063521) is known color: Dark Green. HEX triplet: 06, 35 and 21. RGB value is (6,53,33). Sum of RGB (Red+Green+Blue) = 6+53+33=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 53 (21.09% from 255 or 57.61% from 92); Blue value is 33 (13.28% from 255 or 35.87% from 92); Max value from RGB is 53 - color contains mainly: green. Hex color #063521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063521 is #F9CADE. Grayscale: #242424. Windows color (decimal): -16370399 or 2176262. OLE color: 2176262.
HSL color Cylindrical-coordinate representation of color #063521: hue angle of 154.47º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #063521 is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 6 | 53 | 33 | - |
| CMYK | 0.89 | 0 | 0.38 | 0.79 |
| HSL | 154.47º | 0.8% | 0.12% | - |
| HSV(B) | 154.47º | 0.89% | 0.21% | - |
| XYZ | 1.62 | 2.69 | 1.87 | - |
| YUV | 36.67 | 125.93 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 53 | 33 | 0.89 | 0 | 0.38 | 0.79 | 154.47 | 0.8 | 0.12 |
| Hex | 6 | 35 | 21 | 59 | 0 | 26 | 4F | 9A | 50 | C |
| Octal | 6 | 65 | 41 | 131 | 0 | 46 | 117 | 232 | 120 | 14 |
| Binary | 110 | 110101 | 100001 | 1011001 | 0 | 100110 | 1001111 | 10011010 | 1010000 | 1100 |
Color Harmonies of #063521
Complementary color
Monochromatic Colors of #063521
Black with #063521
Text Example
Text Example
White with #063521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063521; }
p { color: rgb(6,53,33); }
H1.HeaderClassName
{
color: #063521;
}
.AnyTagClassName
{
color: #063521;
}
</style>
background-color css
<style>
a { background-color: #063521; }
a { background-color: rgb(6,53,33); }
div.DivClassName
{
background-color: #063521;
}
.BgClassName
{
background-color: #063521;
}
</style>
border-color css
<style>
span { border-color: #063521; }
span { border-color: rgb(6,53,33); }
td.TdClassName
{
border-color: #063521;
}
.TagClassName
{
border-color: #063521;
}
</style>