Shades of Dark Green #09352D
Tints of Dark Green #09352D
RGB
CMYK
RGB Variations
Color information
#09352D (or 0x09352D) is known color: Dark Green. HEX triplet: 09, 35 and 2D. RGB value is (9,53,45). Sum of RGB (Red+Green+Blue) = 9+53+45=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 53 (21.09% from 255 or 49.53% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 53 - color contains mainly: green. Hex color #09352D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09352D is #F6CAD2. Grayscale: #262626. Windows color (decimal): -16173779 or 2962697. OLE color: 2962697.
HSL color Cylindrical-coordinate representation of color #09352D: hue angle of 169.09º 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 #09352D is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 9 | 53 | 45 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.79 |
| HSL | 169.09º | 0.71% | 0.12% | - |
| HSV(B) | 169.09º | 0.83% | 0.21% | - |
| XYZ | 1.86 | 2.79 | 2.92 | - |
| YUV | 38.93 | 131.42 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 45 | 0.83 | 0 | 0.15 | 0.79 | 169.09 | 0.71 | 0.12 |
| Hex | 9 | 35 | 2D | 53 | 0 | F | 4F | A9 | 47 | C |
| Octal | 11 | 65 | 55 | 123 | 0 | 17 | 117 | 251 | 107 | 14 |
| Binary | 1001 | 110101 | 101101 | 1010011 | 0 | 1111 | 1001111 | 10101001 | 1000111 | 1100 |
Color Harmonies of #09352D
Complementary color
Monochromatic Colors of #09352D
Black with #09352D
Text Example
Text Example
White with #09352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09352D; }
p { color: rgb(9,53,45); }
H1.HeaderClassName
{
color: #09352D;
}
.AnyTagClassName
{
color: #09352D;
}
</style>
background-color css
<style>
a { background-color: #09352D; }
a { background-color: rgb(9,53,45); }
div.DivClassName
{
background-color: #09352D;
}
.BgClassName
{
background-color: #09352D;
}
</style>
border-color css
<style>
span { border-color: #09352D; }
span { border-color: rgb(9,53,45); }
td.TdClassName
{
border-color: #09352D;
}
.TagClassName
{
border-color: #09352D;
}
</style>