Shades of Dark Green #093322
Tints of Dark Green #093322
RGB
CMYK
RGB Variations
Color information
#093322 (or 0x093322) is known color: Dark Green. HEX triplet: 09, 33 and 22. RGB value is (9,51,34). Sum of RGB (Red+Green+Blue) = 9+51+34=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 51 (20.31% from 255 or 54.26% from 94); Blue value is 34 (13.67% from 255 or 36.17% from 94); Max value from RGB is 51 - color contains mainly: green. Hex color #093322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093322 is #F6CCDD. Grayscale: #242424. Windows color (decimal): -16174302 or 2241289. OLE color: 2241289.
HSL color Cylindrical-coordinate representation of color #093322: hue angle of 155.71º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093322 is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 9 | 51 | 34 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.8 |
| HSL | 155.71º | 0.7% | 0.12% | - |
| HSV(B) | 155.71º | 0.82% | 0.2% | - |
| XYZ | 1.59 | 2.54 | 1.92 | - |
| YUV | 36.5 | 126.59 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 34 | 0.82 | 0 | 0.33 | 0.8 | 155.71 | 0.7 | 0.12 |
| Hex | 9 | 33 | 22 | 52 | 0 | 21 | 50 | 9C | 46 | C |
| Octal | 11 | 63 | 42 | 122 | 0 | 41 | 120 | 234 | 106 | 14 |
| Binary | 1001 | 110011 | 100010 | 1010010 | 0 | 100001 | 1010000 | 10011100 | 1000110 | 1100 |
Color Harmonies of #093322
Complementary color
Monochromatic Colors of #093322
Black with #093322
Text Example
Text Example
White with #093322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093322; }
p { color: rgb(9,51,34); }
H1.HeaderClassName
{
color: #093322;
}
.AnyTagClassName
{
color: #093322;
}
</style>
background-color css
<style>
a { background-color: #093322; }
a { background-color: rgb(9,51,34); }
div.DivClassName
{
background-color: #093322;
}
.BgClassName
{
background-color: #093322;
}
</style>
border-color css
<style>
span { border-color: #093322; }
span { border-color: rgb(9,51,34); }
td.TdClassName
{
border-color: #093322;
}
.TagClassName
{
border-color: #093322;
}
</style>