Shades of Dark Green #063A27
Tints of Dark Green #063A27
RGB
CMYK
RGB Variations
Color information
#063A27 (or 0x063A27) is known color: Dark Green. HEX triplet: 06, 3A and 27. RGB value is (6,58,39). Sum of RGB (Red+Green+Blue) = 6+58+39=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 58 (23.05% from 255 or 56.31% from 103); Blue value is 39 (15.62% from 255 or 37.86% from 103); Max value from RGB is 58 - color contains mainly: green. Hex color #063A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063A27 is #F9C5D8. Grayscale: #282828. Windows color (decimal): -16369113 or 2570758. OLE color: 2570758.
HSL color Cylindrical-coordinate representation of color #063A27: hue angle of 158.08º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063A27 is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 58 | 39 | - |
| CMYK | 0.90 | 0 | 0.33 | 0.77 |
| HSL | 158.08º | 0.81% | 0.13% | - |
| HSV(B) | 158.08º | 0.9% | 0.23% | - |
| XYZ | 1.95 | 3.21 | 2.44 | - |
| YUV | 40.29 | 127.27 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 39 | 0.90 | 0 | 0.33 | 0.77 | 158.08 | 0.81 | 0.13 |
| Hex | 6 | 3A | 27 | 5A | 0 | 21 | 4D | 9E | 51 | D |
| Octal | 6 | 72 | 47 | 132 | 0 | 41 | 115 | 236 | 121 | 15 |
| Binary | 110 | 111010 | 100111 | 1011010 | 0 | 100001 | 1001101 | 10011110 | 1010001 | 1101 |
Color Harmonies of #063A27
Complementary color
Monochromatic Colors of #063A27
Black with #063A27
Text Example
Text Example
White with #063A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063A27; }
p { color: rgb(6,58,39); }
H1.HeaderClassName
{
color: #063A27;
}
.AnyTagClassName
{
color: #063A27;
}
</style>
background-color css
<style>
a { background-color: #063A27; }
a { background-color: rgb(6,58,39); }
div.DivClassName
{
background-color: #063A27;
}
.BgClassName
{
background-color: #063A27;
}
</style>
border-color css
<style>
span { border-color: #063A27; }
span { border-color: rgb(6,58,39); }
td.TdClassName
{
border-color: #063A27;
}
.TagClassName
{
border-color: #063A27;
}
</style>