Shades of Dark Green #063118
Tints of Dark Green #063118
RGB
CMYK
RGB Variations
Color information
#063118 (or 0x063118) is known color: Dark Green. HEX triplet: 06, 31 and 18. RGB value is (6,49,24). Sum of RGB (Red+Green+Blue) = 6+49+24=79 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.59% from 79); Green value is 49 (19.53% from 255 or 62.03% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 49 - color contains mainly: green. Hex color #063118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063118 is #F9CEE7. Grayscale: #212121. Windows color (decimal): -16371432 or 1585414. OLE color: 1585414.
HSL color Cylindrical-coordinate representation of color #063118: hue angle of 145.12º 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 #063118 is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 6 | 49 | 24 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.81 |
| HSL | 145.12º | 0.78% | 0.11% | - |
| HSV(B) | 145.12º | 0.88% | 0.19% | - |
| XYZ | 1.34 | 2.3 | 1.24 | - |
| YUV | 33.29 | 122.75 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 49 | 24 | 0.88 | 0 | 0.51 | 0.81 | 145.12 | 0.78 | 0.11 |
| Hex | 6 | 31 | 18 | 58 | 0 | 33 | 51 | 91 | 4E | B |
| Octal | 6 | 61 | 30 | 130 | 0 | 63 | 121 | 221 | 116 | 13 |
| Binary | 110 | 110001 | 11000 | 1011000 | 0 | 110011 | 1010001 | 10010001 | 1001110 | 1011 |
Color Harmonies of #063118
Complementary color
Monochromatic Colors of #063118
Black with #063118
Text Example
Text Example
White with #063118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063118; }
p { color: rgb(6,49,24); }
H1.HeaderClassName
{
color: #063118;
}
.AnyTagClassName
{
color: #063118;
}
</style>
background-color css
<style>
a { background-color: #063118; }
a { background-color: rgb(6,49,24); }
div.DivClassName
{
background-color: #063118;
}
.BgClassName
{
background-color: #063118;
}
</style>
border-color css
<style>
span { border-color: #063118; }
span { border-color: rgb(6,49,24); }
td.TdClassName
{
border-color: #063118;
}
.TagClassName
{
border-color: #063118;
}
</style>