Shades of Dark Green #09351E
Tints of Dark Green #09351E
RGB
CMYK
RGB Variations
Color information
#09351E (or 0x09351E) is known color: Dark Green. HEX triplet: 09, 35 and 1E. RGB value is (9,53,30). Sum of RGB (Red+Green+Blue) = 9+53+30=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 53 (21.09% from 255 or 57.61% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 53 - color contains mainly: green. Hex color #09351E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09351E is #F6CAE1. Grayscale: #252525. Windows color (decimal): -16173794 or 1979657. OLE color: 1979657.
HSL color Cylindrical-coordinate representation of color #09351E: hue angle of 148.64º 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 #09351E is Cyan = 0.83, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 9 | 53 | 30 | - |
| CMYK | 0.83 | 0 | 0.43 | 0.79 |
| HSL | 148.64º | 0.71% | 0.12% | - |
| HSV(B) | 148.64º | 0.83% | 0.21% | - |
| XYZ | 1.62 | 2.7 | 1.66 | - |
| YUV | 37.22 | 123.92 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 30 | 0.83 | 0 | 0.43 | 0.79 | 148.64 | 0.71 | 0.12 |
| Hex | 9 | 35 | 1E | 53 | 0 | 2B | 4F | 95 | 47 | C |
| Octal | 11 | 65 | 36 | 123 | 0 | 53 | 117 | 225 | 107 | 14 |
| Binary | 1001 | 110101 | 11110 | 1010011 | 0 | 101011 | 1001111 | 10010101 | 1000111 | 1100 |
Color Harmonies of #09351E
Complementary color
Monochromatic Colors of #09351E
Black with #09351E
Text Example
Text Example
White with #09351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09351E; }
p { color: rgb(9,53,30); }
H1.HeaderClassName
{
color: #09351E;
}
.AnyTagClassName
{
color: #09351E;
}
</style>
background-color css
<style>
a { background-color: #09351E; }
a { background-color: rgb(9,53,30); }
div.DivClassName
{
background-color: #09351E;
}
.BgClassName
{
background-color: #09351E;
}
</style>
border-color css
<style>
span { border-color: #09351E; }
span { border-color: rgb(9,53,30); }
td.TdClassName
{
border-color: #09351E;
}
.TagClassName
{
border-color: #09351E;
}
</style>