Shades of Dark Green #093422
Tints of Dark Green #093422
RGB
CMYK
RGB Variations
Color information
#093422 (or 0x093422) is known color: Dark Green. HEX triplet: 09, 34 and 22. RGB value is (9,52,34). Sum of RGB (Red+Green+Blue) = 9+52+34=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 52 (20.70% from 255 or 54.74% from 95); Blue value is 34 (13.67% from 255 or 35.79% from 95); Max value from RGB is 52 - color contains mainly: green. Hex color #093422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093422 is #F6CBDD. Grayscale: #252525. Windows color (decimal): -16174046 or 2241545. OLE color: 2241545.
HSL color Cylindrical-coordinate representation of color #093422: hue angle of 154.88º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #093422 is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 52 | 34 | - |
| CMYK | 0.83 | 0 | 0.35 | 0.80 |
| HSL | 154.88º | 0.7% | 0.12% | - |
| HSV(B) | 154.88º | 0.83% | 0.2% | - |
| XYZ | 1.63 | 2.63 | 1.94 | - |
| YUV | 37.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 34 | 0.83 | 0 | 0.35 | 0.80 | 154.88 | 0.7 | 0.12 |
| Hex | 9 | 34 | 22 | 53 | 0 | 23 | 50 | 9B | 46 | C |
| Octal | 11 | 64 | 42 | 123 | 0 | 43 | 120 | 233 | 106 | 14 |
| Binary | 1001 | 110100 | 100010 | 1010011 | 0 | 100011 | 1010000 | 10011011 | 1000110 | 1100 |
Color Harmonies of #093422
Complementary color
Monochromatic Colors of #093422
Black with #093422
Text Example
Text Example
White with #093422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093422; }
p { color: rgb(9,52,34); }
H1.HeaderClassName
{
color: #093422;
}
.AnyTagClassName
{
color: #093422;
}
</style>
background-color css
<style>
a { background-color: #093422; }
a { background-color: rgb(9,52,34); }
div.DivClassName
{
background-color: #093422;
}
.BgClassName
{
background-color: #093422;
}
</style>
border-color css
<style>
span { border-color: #093422; }
span { border-color: rgb(9,52,34); }
td.TdClassName
{
border-color: #093422;
}
.TagClassName
{
border-color: #093422;
}
</style>