Shades of Dark Green #09341C
Tints of Dark Green #09341C
RGB
CMYK
RGB Variations
Color information
#09341C (or 0x09341C) is known color: Dark Green. HEX triplet: 09, 34 and 1C. RGB value is (9,52,28). Sum of RGB (Red+Green+Blue) = 9+52+28=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 52 (20.70% from 255 or 58.43% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 52 - color contains mainly: green. Hex color #09341C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09341C is #F6CBE3. Grayscale: #242424. Windows color (decimal): -16174052 or 1848329. OLE color: 1848329.
HSL color Cylindrical-coordinate representation of color #09341C: hue angle of 146.51º 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 #09341C is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 52 | 28 | - |
| CMYK | 0.83 | 0 | 0.46 | 0.80 |
| HSL | 146.51º | 0.7% | 0.12% | - |
| HSV(B) | 146.51º | 0.83% | 0.2% | - |
| XYZ | 1.55 | 2.6 | 1.52 | - |
| YUV | 36.41 | 123.25 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 52 | 28 | 0.83 | 0 | 0.46 | 0.80 | 146.51 | 0.7 | 0.12 |
| Hex | 9 | 34 | 1C | 53 | 0 | 2E | 50 | 93 | 46 | C |
| Octal | 11 | 64 | 34 | 123 | 0 | 56 | 120 | 223 | 106 | 14 |
| Binary | 1001 | 110100 | 11100 | 1010011 | 0 | 101110 | 1010000 | 10010011 | 1000110 | 1100 |
Color Harmonies of #09341C
Complementary color
Monochromatic Colors of #09341C
Black with #09341C
Text Example
Text Example
White with #09341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09341C; }
p { color: rgb(9,52,28); }
H1.HeaderClassName
{
color: #09341C;
}
.AnyTagClassName
{
color: #09341C;
}
</style>
background-color css
<style>
a { background-color: #09341C; }
a { background-color: rgb(9,52,28); }
div.DivClassName
{
background-color: #09341C;
}
.BgClassName
{
background-color: #09341C;
}
</style>
border-color css
<style>
span { border-color: #09341C; }
span { border-color: rgb(9,52,28); }
td.TdClassName
{
border-color: #09341C;
}
.TagClassName
{
border-color: #09341C;
}
</style>