Shades of Dark Green #063A28
Tints of Dark Green #063A28
RGB
CMYK
RGB Variations
Color information
#063A28 (or 0x063A28) is known color: Dark Green. HEX triplet: 06, 3A and 28. RGB value is (6,58,40). Sum of RGB (Red+Green+Blue) = 6+58+40=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 58 (23.05% from 255 or 55.77% from 104); Blue value is 40 (16.02% from 255 or 38.46% from 104); Max value from RGB is 58 - color contains mainly: green. Hex color #063A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063A28 is #F9C5D7. Grayscale: #282828. Windows color (decimal): -16369112 or 2636294. OLE color: 2636294.
HSL color Cylindrical-coordinate representation of color #063A28: hue angle of 159.23º 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 #063A28 is Cyan = 0.90, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 58 | 40 | - |
| CMYK | 0.90 | 0 | 0.31 | 0.77 |
| HSL | 159.23º | 0.81% | 0.13% | - |
| HSV(B) | 159.23º | 0.9% | 0.23% | - |
| XYZ | 1.97 | 3.22 | 2.52 | - |
| YUV | 40.4 | 127.77 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 40 | 0.90 | 0 | 0.31 | 0.77 | 159.23 | 0.81 | 0.13 |
| Hex | 6 | 3A | 28 | 5A | 0 | 1F | 4D | 9F | 51 | D |
| Octal | 6 | 72 | 50 | 132 | 0 | 37 | 115 | 237 | 121 | 15 |
| Binary | 110 | 111010 | 101000 | 1011010 | 0 | 11111 | 1001101 | 10011111 | 1010001 | 1101 |
Color Harmonies of #063A28
Complementary color
Monochromatic Colors of #063A28
Black with #063A28
Text Example
Text Example
White with #063A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063A28; }
p { color: rgb(6,58,40); }
H1.HeaderClassName
{
color: #063A28;
}
.AnyTagClassName
{
color: #063A28;
}
</style>
background-color css
<style>
a { background-color: #063A28; }
a { background-color: rgb(6,58,40); }
div.DivClassName
{
background-color: #063A28;
}
.BgClassName
{
background-color: #063A28;
}
</style>
border-color css
<style>
span { border-color: #063A28; }
span { border-color: rgb(6,58,40); }
td.TdClassName
{
border-color: #063A28;
}
.TagClassName
{
border-color: #063A28;
}
</style>