Shades of Dark Green #050907
Tints of Dark Green #050907
RGB
CMYK
RGB Variations
Color information
#050907 (or 0x050907) is known color: Dark Green. HEX triplet: 05, 09 and 07. RGB value is (5,9,7). Sum of RGB (Red+Green+Blue) = 5+9+7=21 (2% of max value = 765). Red value is 5 (2.34% from 255 or 23.81% from 21); Green value is 9 (3.91% from 255 or 42.86% from 21); Blue value is 7 (3.12% from 255 or 33.33% from 21); Max value from RGB is 9 - color contains mainly: green. Hex color #050907 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050907 is #FAF6F8. Grayscale: #070707. Windows color (decimal): -16447225 or 461061. OLE color: 461061.
HSL color Cylindrical-coordinate representation of color #050907: hue angle of 150º degrees, saturation: 0.29, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #050907 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.96.
Color convert
RGB | 5 | 9 | 7 | - |
CMYK | 0.44 | 0 | 0.22 | 0.96 |
HSL | 150º | 0.29% | 0.03% | - |
HSV(B) | 150º | 0.44% | 0.04% | - |
XYZ | 0.2 | 0.24 | 0.24 | - |
YUV | 7.58 | 127.67 | 126.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 9 | 7 | 0.44 | 0 | 0.22 | 0.96 | 150 | 0.29 | 0.03 |
Hex | 5 | 9 | 7 | 2C | 0 | 16 | 60 | 96 | 1D | 3 |
Octal | 5 | 11 | 7 | 54 | 0 | 26 | 140 | 226 | 35 | 3 |
Binary | 101 | 1001 | 111 | 101100 | 0 | 10110 | 1100000 | 10010110 | 11101 | 11 |
Color Harmonies of #050907
Complementary color
Monochromatic Colors of #050907
Black with #050907
Text Example
Text Example
White with #050907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050907; }
p { color: rgb(5,9,7); }
H1.HeaderClassName
{
color: #050907;
}
.AnyTagClassName
{
color: #050907;
}
</style>
background-color css
<style>
a { background-color: #050907; }
a { background-color: rgb(5,9,7); }
div.DivClassName
{
background-color: #050907;
}
.BgClassName
{
background-color: #050907;
}
</style>
border-color css
<style>
span { border-color: #050907; }
span { border-color: rgb(5,9,7); }
td.TdClassName
{
border-color: #050907;
}
.TagClassName
{
border-color: #050907;
}
</style>