Shades of Dark Green #050C09
Tints of Dark Green #050C09
RGB
CMYK
RGB Variations
Color information
#050C09 (or 0x050C09) is known color: Dark Green. HEX triplet: 05, 0C and 09. RGB value is (5,12,9). Sum of RGB (Red+Green+Blue) = 5+12+9=26 (3% of max value = 765). Red value is 5 (2.34% from 255 or 19.23% from 26); Green value is 12 (5.08% from 255 or 46.15% from 26); Blue value is 9 (3.91% from 255 or 34.62% from 26); Max value from RGB is 12 - color contains mainly: green. Hex color #050C09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050C09 is #FAF3F6. Grayscale: #090909. Windows color (decimal): -16446455 or 592901. OLE color: 592901.
HSL color Cylindrical-coordinate representation of color #050C09: hue angle of 154.29º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #050C09 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 5 | 12 | 9 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.95 |
| HSL | 154.29º | 0.41% | 0.03% | - |
| HSV(B) | 154.29º | 0.58% | 0.05% | - |
| XYZ | 0.24 | 0.31 | 0.31 | - |
| YUV | 9.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 9 | 0.58 | 0 | 0.25 | 0.95 | 154.29 | 0.41 | 0.03 |
| Hex | 5 | C | 9 | 3A | 0 | 19 | 5F | 9A | 29 | 3 |
| Octal | 5 | 14 | 11 | 72 | 0 | 31 | 137 | 232 | 51 | 3 |
| Binary | 101 | 1100 | 1001 | 111010 | 0 | 11001 | 1011111 | 10011010 | 101001 | 11 |
Color Harmonies of #050C09
Complementary color
Monochromatic Colors of #050C09
Black with #050C09
Text Example
Text Example
White with #050C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C09; }
p { color: rgb(5,12,9); }
H1.HeaderClassName
{
color: #050C09;
}
.AnyTagClassName
{
color: #050C09;
}
</style>
background-color css
<style>
a { background-color: #050C09; }
a { background-color: rgb(5,12,9); }
div.DivClassName
{
background-color: #050C09;
}
.BgClassName
{
background-color: #050C09;
}
</style>
border-color css
<style>
span { border-color: #050C09; }
span { border-color: rgb(5,12,9); }
td.TdClassName
{
border-color: #050C09;
}
.TagClassName
{
border-color: #050C09;
}
</style>