Shades of Dark Green #063319
Tints of Dark Green #063319
RGB
CMYK
RGB Variations
Color information
#063319 (or 0x063319) is known color: Dark Green. HEX triplet: 06, 33 and 19. RGB value is (6,51,25). Sum of RGB (Red+Green+Blue) = 6+51+25=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 51 (20.31% from 255 or 62.20% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 51 - color contains mainly: green. Hex color #063319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063319 is #F9CCE6. Grayscale: #222222. Windows color (decimal): -16370919 or 1651462. OLE color: 1651462.
HSL color Cylindrical-coordinate representation of color #063319: hue angle of 145.33º 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 #063319 is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 6 | 51 | 25 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.8 |
| HSL | 145.33º | 0.79% | 0.11% | - |
| HSV(B) | 145.33º | 0.88% | 0.2% | - |
| XYZ | 1.43 | 2.48 | 1.32 | - |
| YUV | 34.58 | 122.59 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 51 | 25 | 0.88 | 0 | 0.51 | 0.8 | 145.33 | 0.79 | 0.11 |
| Hex | 6 | 33 | 19 | 58 | 0 | 33 | 50 | 91 | 4F | B |
| Octal | 6 | 63 | 31 | 130 | 0 | 63 | 120 | 221 | 117 | 13 |
| Binary | 110 | 110011 | 11001 | 1011000 | 0 | 110011 | 1010000 | 10010001 | 1001111 | 1011 |
Color Harmonies of #063319
Complementary color
Monochromatic Colors of #063319
Black with #063319
Text Example
Text Example
White with #063319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063319; }
p { color: rgb(6,51,25); }
H1.HeaderClassName
{
color: #063319;
}
.AnyTagClassName
{
color: #063319;
}
</style>
background-color css
<style>
a { background-color: #063319; }
a { background-color: rgb(6,51,25); }
div.DivClassName
{
background-color: #063319;
}
.BgClassName
{
background-color: #063319;
}
</style>
border-color css
<style>
span { border-color: #063319; }
span { border-color: rgb(6,51,25); }
td.TdClassName
{
border-color: #063319;
}
.TagClassName
{
border-color: #063319;
}
</style>