Shades of Dark Green #050A08
Tints of Dark Green #050A08
RGB
CMYK
RGB Variations
Color information
#050A08 (or 0x050A08) is known color: Dark Green. HEX triplet: 05, 0A and 08. RGB value is (5,10,8). Sum of RGB (Red+Green+Blue) = 5+10+8=23 (3% of max value = 765). Red value is 5 (2.34% from 255 or 21.74% from 23); Green value is 10 (4.30% from 255 or 43.48% from 23); Blue value is 8 (3.52% from 255 or 34.78% from 23); Max value from RGB is 10 - color contains mainly: green. Hex color #050A08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050A08 is #FAF5F7. Grayscale: #080808. Windows color (decimal): -16446968 or 526853. OLE color: 526853.
HSL color Cylindrical-coordinate representation of color #050A08: hue angle of 156º degrees, saturation: 0.33, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #050A08 is Cyan = 0.50, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.96.
Color convert
RGB | 5 | 10 | 8 | - |
CMYK | 0.50 | 0 | 0.2 | 0.96 |
HSL | 156º | 0.33% | 0.03% | - |
HSV(B) | 156º | 0.5% | 0.04% | - |
XYZ | 0.21 | 0.27 | 0.27 | - |
YUV | 8.28 | 127.84 | 125.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 10 | 8 | 0.50 | 0 | 0.2 | 0.96 | 156 | 0.33 | 0.03 |
Hex | 5 | A | 8 | 32 | 0 | 14 | 60 | 9C | 21 | 3 |
Octal | 5 | 12 | 10 | 62 | 0 | 24 | 140 | 234 | 41 | 3 |
Binary | 101 | 1010 | 1000 | 110010 | 0 | 10100 | 1100000 | 10011100 | 100001 | 11 |
Color Harmonies of #050A08
Complementary color
Monochromatic Colors of #050A08
Black with #050A08
Text Example
Text Example
White with #050A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050A08; }
p { color: rgb(5,10,8); }
H1.HeaderClassName
{
color: #050A08;
}
.AnyTagClassName
{
color: #050A08;
}
</style>
background-color css
<style>
a { background-color: #050A08; }
a { background-color: rgb(5,10,8); }
div.DivClassName
{
background-color: #050A08;
}
.BgClassName
{
background-color: #050A08;
}
</style>
border-color css
<style>
span { border-color: #050A08; }
span { border-color: rgb(5,10,8); }
td.TdClassName
{
border-color: #050A08;
}
.TagClassName
{
border-color: #050A08;
}
</style>