Shades of Dark Green #063529
Tints of Dark Green #063529
RGB
CMYK
RGB Variations
Color information
#063529 (or 0x063529) is known color: Dark Green. HEX triplet: 06, 35 and 29. RGB value is (6,53,41). Sum of RGB (Red+Green+Blue) = 6+53+41=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 53 (21.09% from 255 or 53% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 53 - color contains mainly: green. Hex color #063529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063529 is #F9CAD6. Grayscale: #252525. Windows color (decimal): -16370391 or 2700550. OLE color: 2700550.
HSL color Cylindrical-coordinate representation of color #063529: hue angle of 164.68º 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 #063529 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 6 | 53 | 41 | - |
| CMYK | 0.89 | 0 | 0.23 | 0.79 |
| HSL | 164.68º | 0.8% | 0.12% | - |
| HSV(B) | 164.68º | 0.89% | 0.21% | - |
| XYZ | 1.75 | 2.75 | 2.54 | - |
| YUV | 37.58 | 129.93 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 53 | 41 | 0.89 | 0 | 0.23 | 0.79 | 164.68 | 0.8 | 0.12 |
| Hex | 6 | 35 | 29 | 59 | 0 | 17 | 4F | A5 | 50 | C |
| Octal | 6 | 65 | 51 | 131 | 0 | 27 | 117 | 245 | 120 | 14 |
| Binary | 110 | 110101 | 101001 | 1011001 | 0 | 10111 | 1001111 | 10100101 | 1010000 | 1100 |
Color Harmonies of #063529
Complementary color
Monochromatic Colors of #063529
Black with #063529
Text Example
Text Example
White with #063529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063529; }
p { color: rgb(6,53,41); }
H1.HeaderClassName
{
color: #063529;
}
.AnyTagClassName
{
color: #063529;
}
</style>
background-color css
<style>
a { background-color: #063529; }
a { background-color: rgb(6,53,41); }
div.DivClassName
{
background-color: #063529;
}
.BgClassName
{
background-color: #063529;
}
</style>
border-color css
<style>
span { border-color: #063529; }
span { border-color: rgb(6,53,41); }
td.TdClassName
{
border-color: #063529;
}
.TagClassName
{
border-color: #063529;
}
</style>