Shades of Dark Green #083326
Tints of Dark Green #083326
RGB
CMYK
RGB Variations
Color information
#083326 (or 0x083326) is known color: Dark Green. HEX triplet: 08, 33 and 26. RGB value is (8,51,38). Sum of RGB (Red+Green+Blue) = 8+51+38=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 51 (20.31% from 255 or 52.58% from 97); Blue value is 38 (15.23% from 255 or 39.18% from 97); Max value from RGB is 51 - color contains mainly: green. Hex color #083326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083326 is #F7CCD9. Grayscale: #242424. Windows color (decimal): -16239834 or 2503432. OLE color: 2503432.
HSL color Cylindrical-coordinate representation of color #083326: hue angle of 161.86º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #083326 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 8 | 51 | 38 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.8 |
| HSL | 161.86º | 0.73% | 0.12% | - |
| HSV(B) | 161.86º | 0.84% | 0.2% | - |
| XYZ | 1.63 | 2.56 | 2.24 | - |
| YUV | 36.66 | 128.75 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 51 | 38 | 0.84 | 0 | 0.25 | 0.8 | 161.86 | 0.73 | 0.12 |
| Hex | 8 | 33 | 26 | 54 | 0 | 19 | 50 | A2 | 49 | C |
| Octal | 10 | 63 | 46 | 124 | 0 | 31 | 120 | 242 | 111 | 14 |
| Binary | 1000 | 110011 | 100110 | 1010100 | 0 | 11001 | 1010000 | 10100010 | 1001001 | 1100 |
Color Harmonies of #083326
Complementary color
Monochromatic Colors of #083326
Black with #083326
Text Example
Text Example
White with #083326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083326; }
p { color: rgb(8,51,38); }
H1.HeaderClassName
{
color: #083326;
}
.AnyTagClassName
{
color: #083326;
}
</style>
background-color css
<style>
a { background-color: #083326; }
a { background-color: rgb(8,51,38); }
div.DivClassName
{
background-color: #083326;
}
.BgClassName
{
background-color: #083326;
}
</style>
border-color css
<style>
span { border-color: #083326; }
span { border-color: rgb(8,51,38); }
td.TdClassName
{
border-color: #083326;
}
.TagClassName
{
border-color: #083326;
}
</style>