Shades of Dark Green #063116
Tints of Dark Green #063116
RGB
CMYK
RGB Variations
Color information
#063116 (or 0x063116) is known color: Dark Green. HEX triplet: 06, 31 and 16. RGB value is (6,49,22). Sum of RGB (Red+Green+Blue) = 6+49+22=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 49 (19.53% from 255 or 63.64% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 49 - color contains mainly: green. Hex color #063116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063116 is #F9CEE9. Grayscale: #212121. Windows color (decimal): -16371434 or 1454342. OLE color: 1454342.
HSL color Cylindrical-coordinate representation of color #063116: hue angle of 142.33º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063116 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 6 | 49 | 22 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.81 |
| HSL | 142.33º | 0.78% | 0.11% | - |
| HSV(B) | 142.33º | 0.88% | 0.19% | - |
| XYZ | 1.32 | 2.29 | 1.13 | - |
| YUV | 33.07 | 121.75 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 49 | 22 | 0.88 | 0 | 0.55 | 0.81 | 142.33 | 0.78 | 0.11 |
| Hex | 6 | 31 | 16 | 58 | 0 | 37 | 51 | 8E | 4E | B |
| Octal | 6 | 61 | 26 | 130 | 0 | 67 | 121 | 216 | 116 | 13 |
| Binary | 110 | 110001 | 10110 | 1011000 | 0 | 110111 | 1010001 | 10001110 | 1001110 | 1011 |
Color Harmonies of #063116
Complementary color
Monochromatic Colors of #063116
Black with #063116
Text Example
Text Example
White with #063116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063116; }
p { color: rgb(6,49,22); }
H1.HeaderClassName
{
color: #063116;
}
.AnyTagClassName
{
color: #063116;
}
</style>
background-color css
<style>
a { background-color: #063116; }
a { background-color: rgb(6,49,22); }
div.DivClassName
{
background-color: #063116;
}
.BgClassName
{
background-color: #063116;
}
</style>
border-color css
<style>
span { border-color: #063116; }
span { border-color: rgb(6,49,22); }
td.TdClassName
{
border-color: #063116;
}
.TagClassName
{
border-color: #063116;
}
</style>