Shades of Dark Green #063428
Tints of Dark Green #063428
RGB
CMYK
RGB Variations
Color information
#063428 (or 0x063428) is known color: Dark Green. HEX triplet: 06, 34 and 28. RGB value is (6,52,40). Sum of RGB (Red+Green+Blue) = 6+52+40=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 52 (20.70% from 255 or 53.06% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 52 - color contains mainly: green. Hex color #063428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063428 is #F9CBD7. Grayscale: #242424. Windows color (decimal): -16370648 or 2634758. OLE color: 2634758.
HSL color Cylindrical-coordinate representation of color #063428: hue angle of 164.35º 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 #063428 is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 6 | 52 | 40 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.80 |
| HSL | 164.35º | 0.79% | 0.11% | - |
| HSV(B) | 164.35º | 0.88% | 0.2% | - |
| XYZ | 1.69 | 2.65 | 2.43 | - |
| YUV | 36.88 | 129.76 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 52 | 40 | 0.88 | 0 | 0.23 | 0.80 | 164.35 | 0.79 | 0.11 |
| Hex | 6 | 34 | 28 | 58 | 0 | 17 | 50 | A4 | 4F | B |
| Octal | 6 | 64 | 50 | 130 | 0 | 27 | 120 | 244 | 117 | 13 |
| Binary | 110 | 110100 | 101000 | 1011000 | 0 | 10111 | 1010000 | 10100100 | 1001111 | 1011 |
Color Harmonies of #063428
Complementary color
Monochromatic Colors of #063428
Black with #063428
Text Example
Text Example
White with #063428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063428; }
p { color: rgb(6,52,40); }
H1.HeaderClassName
{
color: #063428;
}
.AnyTagClassName
{
color: #063428;
}
</style>
background-color css
<style>
a { background-color: #063428; }
a { background-color: rgb(6,52,40); }
div.DivClassName
{
background-color: #063428;
}
.BgClassName
{
background-color: #063428;
}
</style>
border-color css
<style>
span { border-color: #063428; }
span { border-color: rgb(6,52,40); }
td.TdClassName
{
border-color: #063428;
}
.TagClassName
{
border-color: #063428;
}
</style>