Shades of Dark Green #063327
Tints of Dark Green #063327
RGB
CMYK
RGB Variations
Color information
#063327 (or 0x063327) is known color: Dark Green. HEX triplet: 06, 33 and 27. RGB value is (6,51,39). Sum of RGB (Red+Green+Blue) = 6+51+39=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 51 (20.31% from 255 or 53.12% from 96); Blue value is 39 (15.62% from 255 or 40.62% from 96); Max value from RGB is 51 - color contains mainly: green. Hex color #063327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063327 is #F9CCD8. Grayscale: #242424. Windows color (decimal): -16370905 or 2568966. OLE color: 2568966.
HSL color Cylindrical-coordinate representation of color #063327: hue angle of 164º 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 #063327 is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 6 | 51 | 39 | - |
| CMYK | 0.88 | 0 | 0.24 | 0.8 |
| HSL | 164º | 0.79% | 0.11% | - |
| HSV(B) | 164º | 0.88% | 0.2% | - |
| XYZ | 1.63 | 2.55 | 2.33 | - |
| YUV | 36.18 | 129.59 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 51 | 39 | 0.88 | 0 | 0.24 | 0.8 | 164 | 0.79 | 0.11 |
| Hex | 6 | 33 | 27 | 58 | 0 | 18 | 50 | A4 | 4F | B |
| Octal | 6 | 63 | 47 | 130 | 0 | 30 | 120 | 244 | 117 | 13 |
| Binary | 110 | 110011 | 100111 | 1011000 | 0 | 11000 | 1010000 | 10100100 | 1001111 | 1011 |
Color Harmonies of #063327
Complementary color
Monochromatic Colors of #063327
Black with #063327
Text Example
Text Example
White with #063327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063327; }
p { color: rgb(6,51,39); }
H1.HeaderClassName
{
color: #063327;
}
.AnyTagClassName
{
color: #063327;
}
</style>
background-color css
<style>
a { background-color: #063327; }
a { background-color: rgb(6,51,39); }
div.DivClassName
{
background-color: #063327;
}
.BgClassName
{
background-color: #063327;
}
</style>
border-color css
<style>
span { border-color: #063327; }
span { border-color: rgb(6,51,39); }
td.TdClassName
{
border-color: #063327;
}
.TagClassName
{
border-color: #063327;
}
</style>