Shades of Dark Green #09352B
Tints of Dark Green #09352B
RGB
CMYK
RGB Variations
Color information
#09352B (or 0x09352B) is known color: Dark Green. HEX triplet: 09, 35 and 2B. RGB value is (9,53,43). Sum of RGB (Red+Green+Blue) = 9+53+43=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 53 (21.09% from 255 or 50.48% from 105); Blue value is 43 (17.19% from 255 or 40.95% from 105); Max value from RGB is 53 - color contains mainly: green. Hex color #09352B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09352B is #F6CAD4. Grayscale: #262626. Windows color (decimal): -16173781 or 2831625. OLE color: 2831625.
HSL color Cylindrical-coordinate representation of color #09352B: hue angle of 166.36º 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 #09352B is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 9 | 53 | 43 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.79 |
| HSL | 166.36º | 0.71% | 0.12% | - |
| HSV(B) | 166.36º | 0.83% | 0.21% | - |
| XYZ | 1.82 | 2.78 | 2.73 | - |
| YUV | 38.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 43 | 0.83 | 0 | 0.19 | 0.79 | 166.36 | 0.71 | 0.12 |
| Hex | 9 | 35 | 2B | 53 | 0 | 13 | 4F | A6 | 47 | C |
| Octal | 11 | 65 | 53 | 123 | 0 | 23 | 117 | 246 | 107 | 14 |
| Binary | 1001 | 110101 | 101011 | 1010011 | 0 | 10011 | 1001111 | 10100110 | 1000111 | 1100 |
Color Harmonies of #09352B
Complementary color
Monochromatic Colors of #09352B
Black with #09352B
Text Example
Text Example
White with #09352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09352B; }
p { color: rgb(9,53,43); }
H1.HeaderClassName
{
color: #09352B;
}
.AnyTagClassName
{
color: #09352B;
}
</style>
background-color css
<style>
a { background-color: #09352B; }
a { background-color: rgb(9,53,43); }
div.DivClassName
{
background-color: #09352B;
}
.BgClassName
{
background-color: #09352B;
}
</style>
border-color css
<style>
span { border-color: #09352B; }
span { border-color: rgb(9,53,43); }
td.TdClassName
{
border-color: #09352B;
}
.TagClassName
{
border-color: #09352B;
}
</style>