Shades of Dark Green #050B09
Tints of Dark Green #050B09
RGB
CMYK
RGB Variations
Color information
#050B09 (or 0x050B09) is known color: Dark Green. HEX triplet: 05, 0B and 09. RGB value is (5,11,9). Sum of RGB (Red+Green+Blue) = 5+11+9=25 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20% from 25); Green value is 11 (4.69% from 255 or 44% from 25); Blue value is 9 (3.91% from 255 or 36% from 25); Max value from RGB is 11 - color contains mainly: green. Hex color #050B09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050B09 is #FAF4F6. Grayscale: #080808. Windows color (decimal): -16446711 or 592645. OLE color: 592645.
HSL color Cylindrical-coordinate representation of color #050B09: hue angle of 160º degrees, saturation: 0.38, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #050B09 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 5 | 11 | 9 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.96 |
| HSL | 160º | 0.38% | 0.03% | - |
| HSV(B) | 160º | 0.55% | 0.04% | - |
| XYZ | 0.23 | 0.29 | 0.3 | - |
| YUV | 8.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 11 | 9 | 0.55 | 0 | 0.18 | 0.96 | 160 | 0.38 | 0.03 |
| Hex | 5 | B | 9 | 37 | 0 | 12 | 60 | A0 | 26 | 3 |
| Octal | 5 | 13 | 11 | 67 | 0 | 22 | 140 | 240 | 46 | 3 |
| Binary | 101 | 1011 | 1001 | 110111 | 0 | 10010 | 1100000 | 10100000 | 100110 | 11 |
Color Harmonies of #050B09
Complementary color
Monochromatic Colors of #050B09
Black with #050B09
Text Example
Text Example
White with #050B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050B09; }
p { color: rgb(5,11,9); }
H1.HeaderClassName
{
color: #050B09;
}
.AnyTagClassName
{
color: #050B09;
}
</style>
background-color css
<style>
a { background-color: #050B09; }
a { background-color: rgb(5,11,9); }
div.DivClassName
{
background-color: #050B09;
}
.BgClassName
{
background-color: #050B09;
}
</style>
border-color css
<style>
span { border-color: #050B09; }
span { border-color: rgb(5,11,9); }
td.TdClassName
{
border-color: #050B09;
}
.TagClassName
{
border-color: #050B09;
}
</style>