Shades of Dark Green #063820
Tints of Dark Green #063820
RGB
CMYK
RGB Variations
Color information
#063820 (or 0x063820) is known color: Dark Green. HEX triplet: 06, 38 and 20. RGB value is (6,56,32). Sum of RGB (Red+Green+Blue) = 6+56+32=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 56 (22.27% from 255 or 59.57% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 56 - color contains mainly: green. Hex color #063820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063820 is #F9C7DF. Grayscale: #262626. Windows color (decimal): -16369632 or 2111494. OLE color: 2111494.
HSL color Cylindrical-coordinate representation of color #063820: hue angle of 151.2º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #063820 is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 6 | 56 | 32 | - |
| CMYK | 0.89 | 0 | 0.43 | 0.78 |
| HSL | 151.2º | 0.81% | 0.12% | - |
| HSV(B) | 151.2º | 0.89% | 0.22% | - |
| XYZ | 1.75 | 2.97 | 1.85 | - |
| YUV | 38.31 | 124.44 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 32 | 0.89 | 0 | 0.43 | 0.78 | 151.2 | 0.81 | 0.12 |
| Hex | 6 | 38 | 20 | 59 | 0 | 2B | 4E | 97 | 51 | C |
| Octal | 6 | 70 | 40 | 131 | 0 | 53 | 116 | 227 | 121 | 14 |
| Binary | 110 | 111000 | 100000 | 1011001 | 0 | 101011 | 1001110 | 10010111 | 1010001 | 1100 |
Color Harmonies of #063820
Complementary color
Monochromatic Colors of #063820
Black with #063820
Text Example
Text Example
White with #063820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063820; }
p { color: rgb(6,56,32); }
H1.HeaderClassName
{
color: #063820;
}
.AnyTagClassName
{
color: #063820;
}
</style>
background-color css
<style>
a { background-color: #063820; }
a { background-color: rgb(6,56,32); }
div.DivClassName
{
background-color: #063820;
}
.BgClassName
{
background-color: #063820;
}
</style>
border-color css
<style>
span { border-color: #063820; }
span { border-color: rgb(6,56,32); }
td.TdClassName
{
border-color: #063820;
}
.TagClassName
{
border-color: #063820;
}
</style>