Shades of Dark Green #09352E
Tints of Dark Green #09352E
RGB
CMYK
RGB Variations
Color information
#09352E (or 0x09352E) is known color: Dark Green. HEX triplet: 09, 35 and 2E. RGB value is (9,53,46). Sum of RGB (Red+Green+Blue) = 9+53+46=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 46 (18.36% from 255 or 42.59% from 108); Max value from RGB is 53 - color contains mainly: green. Hex color #09352E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09352E is #F6CAD1. Grayscale: #272727. Windows color (decimal): -16173778 or 3028233. OLE color: 3028233.
HSL color Cylindrical-coordinate representation of color #09352E: hue angle of 170.45º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #09352E is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 9 | 53 | 46 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.79 |
| HSL | 170.45º | 0.71% | 0.12% | - |
| HSV(B) | 170.45º | 0.83% | 0.21% | - |
| XYZ | 1.88 | 2.8 | 3.03 | - |
| YUV | 39.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 46 | 0.83 | 0 | 0.13 | 0.79 | 170.45 | 0.71 | 0.12 |
| Hex | 9 | 35 | 2E | 53 | 0 | D | 4F | AA | 47 | C |
| Octal | 11 | 65 | 56 | 123 | 0 | 15 | 117 | 252 | 107 | 14 |
| Binary | 1001 | 110101 | 101110 | 1010011 | 0 | 1101 | 1001111 | 10101010 | 1000111 | 1100 |
Color Harmonies of #09352E
Complementary color
Monochromatic Colors of #09352E
Black with #09352E
Text Example
Text Example
White with #09352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09352E; }
p { color: rgb(9,53,46); }
H1.HeaderClassName
{
color: #09352E;
}
.AnyTagClassName
{
color: #09352E;
}
</style>
background-color css
<style>
a { background-color: #09352E; }
a { background-color: rgb(9,53,46); }
div.DivClassName
{
background-color: #09352E;
}
.BgClassName
{
background-color: #09352E;
}
</style>
border-color css
<style>
span { border-color: #09352E; }
span { border-color: rgb(9,53,46); }
td.TdClassName
{
border-color: #09352E;
}
.TagClassName
{
border-color: #09352E;
}
</style>