Shades of Dark Green #083529
Tints of Dark Green #083529
RGB
CMYK
RGB Variations
Color information
#083529 (or 0x083529) is known color: Dark Green. HEX triplet: 08, 35 and 29. RGB value is (8,53,41). Sum of RGB (Red+Green+Blue) = 8+53+41=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 53 (21.09% from 255 or 51.96% from 102); Blue value is 41 (16.41% from 255 or 40.20% from 102); Max value from RGB is 53 - color contains mainly: green. Hex color #083529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083529 is #F7CAD6. Grayscale: #262626. Windows color (decimal): -16239319 or 2700552. OLE color: 2700552.
HSL color Cylindrical-coordinate representation of color #083529: hue angle of 164º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083529 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 53 | 41 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.79 |
| HSL | 164º | 0.74% | 0.12% | - |
| HSV(B) | 164º | 0.85% | 0.21% | - |
| XYZ | 1.77 | 2.76 | 2.54 | - |
| YUV | 38.18 | 129.59 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 53 | 41 | 0.85 | 0 | 0.23 | 0.79 | 164 | 0.74 | 0.12 |
| Hex | 8 | 35 | 29 | 55 | 0 | 17 | 4F | A4 | 4A | C |
| Octal | 10 | 65 | 51 | 125 | 0 | 27 | 117 | 244 | 112 | 14 |
| Binary | 1000 | 110101 | 101001 | 1010101 | 0 | 10111 | 1001111 | 10100100 | 1001010 | 1100 |
Color Harmonies of #083529
Complementary color
Monochromatic Colors of #083529
Black with #083529
Text Example
Text Example
White with #083529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083529; }
p { color: rgb(8,53,41); }
H1.HeaderClassName
{
color: #083529;
}
.AnyTagClassName
{
color: #083529;
}
</style>
background-color css
<style>
a { background-color: #083529; }
a { background-color: rgb(8,53,41); }
div.DivClassName
{
background-color: #083529;
}
.BgClassName
{
background-color: #083529;
}
</style>
border-color css
<style>
span { border-color: #083529; }
span { border-color: rgb(8,53,41); }
td.TdClassName
{
border-color: #083529;
}
.TagClassName
{
border-color: #083529;
}
</style>