Shades of Dark Green #063228
Tints of Dark Green #063228
RGB
CMYK
RGB Variations
Color information
#063228 (or 0x063228) is known color: Dark Green. HEX triplet: 06, 32 and 28. RGB value is (6,50,40). Sum of RGB (Red+Green+Blue) = 6+50+40=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #063228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063228 is #F9CDD7. Grayscale: #232323. Windows color (decimal): -16371160 or 2634246. OLE color: 2634246.
HSL color Cylindrical-coordinate representation of color #063228: hue angle of 166.36º 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 #063228 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 6 | 50 | 40 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.80 |
| HSL | 166.36º | 0.79% | 0.11% | - |
| HSV(B) | 166.36º | 0.88% | 0.2% | - |
| XYZ | 1.6 | 2.47 | 2.4 | - |
| YUV | 35.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 50 | 40 | 0.88 | 0 | 0.20 | 0.80 | 166.36 | 0.79 | 0.11 |
| Hex | 6 | 32 | 28 | 58 | 0 | 14 | 50 | A6 | 4F | B |
| Octal | 6 | 62 | 50 | 130 | 0 | 24 | 120 | 246 | 117 | 13 |
| Binary | 110 | 110010 | 101000 | 1011000 | 0 | 10100 | 1010000 | 10100110 | 1001111 | 1011 |
Color Harmonies of #063228
Complementary color
Monochromatic Colors of #063228
Black with #063228
Text Example
Text Example
White with #063228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063228; }
p { color: rgb(6,50,40); }
H1.HeaderClassName
{
color: #063228;
}
.AnyTagClassName
{
color: #063228;
}
</style>
background-color css
<style>
a { background-color: #063228; }
a { background-color: rgb(6,50,40); }
div.DivClassName
{
background-color: #063228;
}
.BgClassName
{
background-color: #063228;
}
</style>
border-color css
<style>
span { border-color: #063228; }
span { border-color: rgb(6,50,40); }
td.TdClassName
{
border-color: #063228;
}
.TagClassName
{
border-color: #063228;
}
</style>