Shades of Dark Green #05130D
Tints of Dark Green #05130D
RGB
CMYK
RGB Variations
Color information
#05130D (or 0x05130D) is known color: Dark Green. HEX triplet: 05, 13 and 0D. RGB value is (5,19,13). Sum of RGB (Red+Green+Blue) = 5+19+13=37 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.51% from 37); Green value is 19 (7.81% from 255 or 51.35% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 19 - color contains mainly: green. Hex color #05130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05130D is #FAECF2. Grayscale: #0E0E0E. Windows color (decimal): -16444659 or 856837. OLE color: 856837.
HSL color Cylindrical-coordinate representation of color #05130D: hue angle of 154.29º 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 #05130D is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 19 | 13 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.93 |
| HSL | 154.29º | 0.58% | 0.05% | - |
| HSV(B) | 154.29º | 0.74% | 0.07% | - |
| XYZ | 0.37 | 0.53 | 0.46 | - |
| YUV | 14.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 13 | 0.74 | 0 | 0.32 | 0.93 | 154.29 | 0.58 | 0.05 |
| Hex | 5 | 13 | D | 4A | 0 | 20 | 5D | 9A | 3A | 5 |
| Octal | 5 | 23 | 15 | 112 | 0 | 40 | 135 | 232 | 72 | 5 |
| Binary | 101 | 10011 | 1101 | 1001010 | 0 | 100000 | 1011101 | 10011010 | 111010 | 101 |
Color Harmonies of #05130D
Complementary color
Monochromatic Colors of #05130D
Black with #05130D
Text Example
Text Example
White with #05130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05130D; }
p { color: rgb(5,19,13); }
H1.HeaderClassName
{
color: #05130D;
}
.AnyTagClassName
{
color: #05130D;
}
</style>
background-color css
<style>
a { background-color: #05130D; }
a { background-color: rgb(5,19,13); }
div.DivClassName
{
background-color: #05130D;
}
.BgClassName
{
background-color: #05130D;
}
</style>
border-color css
<style>
span { border-color: #05130D; }
span { border-color: rgb(5,19,13); }
td.TdClassName
{
border-color: #05130D;
}
.TagClassName
{
border-color: #05130D;
}
</style>