Shades of Dark Green #083820
Tints of Dark Green #083820
RGB
CMYK
RGB Variations
Color information
#083820 (or 0x083820) is known color: Dark Green. HEX triplet: 08, 38 and 20. RGB value is (8,56,32). Sum of RGB (Red+Green+Blue) = 8+56+32=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 56 (22.27% from 255 or 58.33% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 56 - color contains mainly: green. Hex color #083820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083820 is #F7C7DF. Grayscale: #262626. Windows color (decimal): -16238560 or 2111496. OLE color: 2111496.
HSL color Cylindrical-coordinate representation of color #083820: hue angle of 150º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083820 is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 56 | 32 | - |
| CMYK | 0.86 | 0 | 0.43 | 0.78 |
| HSL | 150º | 0.75% | 0.13% | - |
| HSV(B) | 150º | 0.86% | 0.22% | - |
| XYZ | 1.78 | 2.98 | 1.85 | - |
| YUV | 38.91 | 124.1 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 56 | 32 | 0.86 | 0 | 0.43 | 0.78 | 150 | 0.75 | 0.13 |
| Hex | 8 | 38 | 20 | 56 | 0 | 2B | 4E | 96 | 4B | D |
| Octal | 10 | 70 | 40 | 126 | 0 | 53 | 116 | 226 | 113 | 15 |
| Binary | 1000 | 111000 | 100000 | 1010110 | 0 | 101011 | 1001110 | 10010110 | 1001011 | 1101 |
Color Harmonies of #083820
Complementary color
Monochromatic Colors of #083820
Black with #083820
Text Example
Text Example
White with #083820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083820; }
p { color: rgb(8,56,32); }
H1.HeaderClassName
{
color: #083820;
}
.AnyTagClassName
{
color: #083820;
}
</style>
background-color css
<style>
a { background-color: #083820; }
a { background-color: rgb(8,56,32); }
div.DivClassName
{
background-color: #083820;
}
.BgClassName
{
background-color: #083820;
}
</style>
border-color css
<style>
span { border-color: #083820; }
span { border-color: rgb(8,56,32); }
td.TdClassName
{
border-color: #083820;
}
.TagClassName
{
border-color: #083820;
}
</style>