Shades of Dark Green #05130B
Tints of Dark Green #05130B
RGB
CMYK
RGB Variations
Color information
#05130B (or 0x05130B) is known color: Dark Green. HEX triplet: 05, 13 and 0B. RGB value is (5,19,11). Sum of RGB (Red+Green+Blue) = 5+19+11=35 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.29% from 35); Green value is 19 (7.81% from 255 or 54.29% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 19 - color contains mainly: green. Hex color #05130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05130B is #FAECF4. Grayscale: #0D0D0D. Windows color (decimal): -16444661 or 725765. OLE color: 725765.
HSL color Cylindrical-coordinate representation of color #05130B: hue angle of 145.71º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #05130B is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 19 | 11 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.93 |
| HSL | 145.71º | 0.58% | 0.05% | - |
| HSV(B) | 145.71º | 0.74% | 0.07% | - |
| XYZ | 0.36 | 0.52 | 0.4 | - |
| YUV | 13.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 11 | 0.74 | 0 | 0.42 | 0.93 | 145.71 | 0.58 | 0.05 |
| Hex | 5 | 13 | B | 4A | 0 | 2A | 5D | 92 | 3A | 5 |
| Octal | 5 | 23 | 13 | 112 | 0 | 52 | 135 | 222 | 72 | 5 |
| Binary | 101 | 10011 | 1011 | 1001010 | 0 | 101010 | 1011101 | 10010010 | 111010 | 101 |
Color Harmonies of #05130B
Complementary color
Monochromatic Colors of #05130B
Black with #05130B
Text Example
Text Example
White with #05130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05130B; }
p { color: rgb(5,19,11); }
H1.HeaderClassName
{
color: #05130B;
}
.AnyTagClassName
{
color: #05130B;
}
</style>
background-color css
<style>
a { background-color: #05130B; }
a { background-color: rgb(5,19,11); }
div.DivClassName
{
background-color: #05130B;
}
.BgClassName
{
background-color: #05130B;
}
</style>
border-color css
<style>
span { border-color: #05130B; }
span { border-color: rgb(5,19,11); }
td.TdClassName
{
border-color: #05130B;
}
.TagClassName
{
border-color: #05130B;
}
</style>