Shades of Dark Green #05160B
Tints of Dark Green #05160B
RGB
CMYK
RGB Variations
Color information
#05160B (or 0x05160B) is known color: Dark Green. HEX triplet: 05, 16 and 0B. RGB value is (5,22,11). Sum of RGB (Red+Green+Blue) = 5+22+11=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 22 (8.98% from 255 or 57.89% from 38); Blue value is 11 (4.69% from 255 or 28.95% from 38); Max value from RGB is 22 - color contains mainly: green. Hex color #05160B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05160B is #FAE9F4. Grayscale: #0F0F0F. Windows color (decimal): -16443893 or 726533. OLE color: 726533.
HSL color Cylindrical-coordinate representation of color #05160B: hue angle of 141.18º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #05160B is Cyan = 0.77, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 22 | 11 | - |
| CMYK | 0.77 | 0 | 0.5 | 0.91 |
| HSL | 141.18º | 0.63% | 0.05% | - |
| HSV(B) | 141.18º | 0.77% | 0.09% | - |
| XYZ | 0.41 | 0.63 | 0.42 | - |
| YUV | 15.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 11 | 0.77 | 0 | 0.5 | 0.91 | 141.18 | 0.63 | 0.05 |
| Hex | 5 | 16 | B | 4D | 0 | 32 | 5B | 8D | 3F | 5 |
| Octal | 5 | 26 | 13 | 115 | 0 | 62 | 133 | 215 | 77 | 5 |
| Binary | 101 | 10110 | 1011 | 1001101 | 0 | 110010 | 1011011 | 10001101 | 111111 | 101 |
Color Harmonies of #05160B
Complementary color
Monochromatic Colors of #05160B
Black with #05160B
Text Example
Text Example
White with #05160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05160B; }
p { color: rgb(5,22,11); }
H1.HeaderClassName
{
color: #05160B;
}
.AnyTagClassName
{
color: #05160B;
}
</style>
background-color css
<style>
a { background-color: #05160B; }
a { background-color: rgb(5,22,11); }
div.DivClassName
{
background-color: #05160B;
}
.BgClassName
{
background-color: #05160B;
}
</style>
border-color css
<style>
span { border-color: #05160B; }
span { border-color: rgb(5,22,11); }
td.TdClassName
{
border-color: #05160B;
}
.TagClassName
{
border-color: #05160B;
}
</style>