Shades of Dark Green #063229
Tints of Dark Green #063229
RGB
CMYK
RGB Variations
Color information
#063229 (or 0x063229) is known color: Dark Green. HEX triplet: 06, 32 and 29. RGB value is (6,50,41). Sum of RGB (Red+Green+Blue) = 6+50+41=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 50 (19.92% from 255 or 51.55% from 97); Blue value is 41 (16.41% from 255 or 42.27% from 97); Max value from RGB is 50 - color contains mainly: green. Hex color #063229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063229 is #F9CDD6. Grayscale: #232323. Windows color (decimal): -16371159 or 2699782. OLE color: 2699782.
HSL color Cylindrical-coordinate representation of color #063229: hue angle of 167.73º 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 #063229 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 6 | 50 | 41 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.80 |
| HSL | 167.73º | 0.79% | 0.11% | - |
| HSV(B) | 167.73º | 0.88% | 0.2% | - |
| XYZ | 1.62 | 2.48 | 2.49 | - |
| YUV | 35.82 | 130.92 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 50 | 41 | 0.88 | 0 | 0.18 | 0.80 | 167.73 | 0.79 | 0.11 |
| Hex | 6 | 32 | 29 | 58 | 0 | 12 | 50 | A8 | 4F | B |
| Octal | 6 | 62 | 51 | 130 | 0 | 22 | 120 | 250 | 117 | 13 |
| Binary | 110 | 110010 | 101001 | 1011000 | 0 | 10010 | 1010000 | 10101000 | 1001111 | 1011 |
Color Harmonies of #063229
Complementary color
Monochromatic Colors of #063229
Black with #063229
Text Example
Text Example
White with #063229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063229; }
p { color: rgb(6,50,41); }
H1.HeaderClassName
{
color: #063229;
}
.AnyTagClassName
{
color: #063229;
}
</style>
background-color css
<style>
a { background-color: #063229; }
a { background-color: rgb(6,50,41); }
div.DivClassName
{
background-color: #063229;
}
.BgClassName
{
background-color: #063229;
}
</style>
border-color css
<style>
span { border-color: #063229; }
span { border-color: rgb(6,50,41); }
td.TdClassName
{
border-color: #063229;
}
.TagClassName
{
border-color: #063229;
}
</style>