Shades of Dark Green #093321
Tints of Dark Green #093321
RGB
CMYK
RGB Variations
Color information
#093321 (or 0x093321) is known color: Dark Green. HEX triplet: 09, 33 and 21. RGB value is (9,51,33). Sum of RGB (Red+Green+Blue) = 9+51+33=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 51 (20.31% from 255 or 54.84% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 51 - color contains mainly: green. Hex color #093321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093321 is #F6CCDE. Grayscale: #242424. Windows color (decimal): -16174303 or 2175753. OLE color: 2175753.
HSL color Cylindrical-coordinate representation of color #093321: hue angle of 154.29º 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 #093321 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 9 | 51 | 33 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.8 |
| HSL | 154.29º | 0.7% | 0.12% | - |
| HSV(B) | 154.29º | 0.82% | 0.2% | - |
| XYZ | 1.57 | 2.54 | 1.85 | - |
| YUV | 36.39 | 126.09 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 33 | 0.82 | 0 | 0.35 | 0.8 | 154.29 | 0.7 | 0.12 |
| Hex | 9 | 33 | 21 | 52 | 0 | 23 | 50 | 9A | 46 | C |
| Octal | 11 | 63 | 41 | 122 | 0 | 43 | 120 | 232 | 106 | 14 |
| Binary | 1001 | 110011 | 100001 | 1010010 | 0 | 100011 | 1010000 | 10011010 | 1000110 | 1100 |
Color Harmonies of #093321
Complementary color
Monochromatic Colors of #093321
Black with #093321
Text Example
Text Example
White with #093321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093321; }
p { color: rgb(9,51,33); }
H1.HeaderClassName
{
color: #093321;
}
.AnyTagClassName
{
color: #093321;
}
</style>
background-color css
<style>
a { background-color: #093321; }
a { background-color: rgb(9,51,33); }
div.DivClassName
{
background-color: #093321;
}
.BgClassName
{
background-color: #093321;
}
</style>
border-color css
<style>
span { border-color: #093321; }
span { border-color: rgb(9,51,33); }
td.TdClassName
{
border-color: #093321;
}
.TagClassName
{
border-color: #093321;
}
</style>