Shades of Dark Green #09322E
Tints of Dark Green #09322E
RGB
CMYK
RGB Variations
Color information
#09322E (or 0x09322E) is known color: Dark Green. HEX triplet: 09, 32 and 2E. RGB value is (9,50,46). Sum of RGB (Red+Green+Blue) = 9+50+46=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 50 - color contains mainly: green. Hex color #09322E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09322E is #F6CDD1. Grayscale: #252525. Windows color (decimal): -16174546 or 3027465. OLE color: 3027465.
HSL color Cylindrical-coordinate representation of color #09322E: hue angle of 174.15º degrees, saturation: 0.69, 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 #09322E is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 50 | 46 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.80 |
| HSL | 174.15º | 0.69% | 0.12% | - |
| HSV(B) | 174.15º | 0.82% | 0.2% | - |
| XYZ | 1.75 | 2.54 | 2.98 | - |
| YUV | 37.29 | 132.92 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 46 | 0.82 | 0 | 0.08 | 0.80 | 174.15 | 0.69 | 0.12 |
| Hex | 9 | 32 | 2E | 52 | 0 | 8 | 50 | AE | 45 | C |
| Octal | 11 | 62 | 56 | 122 | 0 | 10 | 120 | 256 | 105 | 14 |
| Binary | 1001 | 110010 | 101110 | 1010010 | 0 | 1000 | 1010000 | 10101110 | 1000101 | 1100 |
Color Harmonies of #09322E
Complementary color
Monochromatic Colors of #09322E
Black with #09322E
Text Example
Text Example
White with #09322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09322E; }
p { color: rgb(9,50,46); }
H1.HeaderClassName
{
color: #09322E;
}
.AnyTagClassName
{
color: #09322E;
}
</style>
background-color css
<style>
a { background-color: #09322E; }
a { background-color: rgb(9,50,46); }
div.DivClassName
{
background-color: #09322E;
}
.BgClassName
{
background-color: #09322E;
}
</style>
border-color css
<style>
span { border-color: #09322E; }
span { border-color: rgb(9,50,46); }
td.TdClassName
{
border-color: #09322E;
}
.TagClassName
{
border-color: #09322E;
}
</style>