Shades of Dark Green #05180B
Tints of Dark Green #05180B
RGB
CMYK
RGB Variations
Color information
#05180B (or 0x05180B) is known color: Dark Green. HEX triplet: 05, 18 and 0B. RGB value is (5,24,11). Sum of RGB (Red+Green+Blue) = 5+24+11=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 24 (9.77% from 255 or 60% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 24 - color contains mainly: green. Hex color #05180B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05180B is #FAE7F4. Grayscale: #101010. Windows color (decimal): -16443381 or 727045. OLE color: 727045.
HSL color Cylindrical-coordinate representation of color #05180B: hue angle of 138.95º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #05180B is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 5 | 24 | 11 | - |
| CMYK | 0.79 | 0 | 0.54 | 0.91 |
| HSL | 138.95º | 0.66% | 0.06% | - |
| HSV(B) | 138.95º | 0.79% | 0.09% | - |
| XYZ | 0.45 | 0.71 | 0.43 | - |
| YUV | 16.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 11 | 0.79 | 0 | 0.54 | 0.91 | 138.95 | 0.66 | 0.06 |
| Hex | 5 | 18 | B | 4F | 0 | 36 | 5B | 8B | 42 | 6 |
| Octal | 5 | 30 | 13 | 117 | 0 | 66 | 133 | 213 | 102 | 6 |
| Binary | 101 | 11000 | 1011 | 1001111 | 0 | 110110 | 1011011 | 10001011 | 1000010 | 110 |
Color Harmonies of #05180B
Complementary color
Monochromatic Colors of #05180B
Black with #05180B
Text Example
Text Example
White with #05180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05180B; }
p { color: rgb(5,24,11); }
H1.HeaderClassName
{
color: #05180B;
}
.AnyTagClassName
{
color: #05180B;
}
</style>
background-color css
<style>
a { background-color: #05180B; }
a { background-color: rgb(5,24,11); }
div.DivClassName
{
background-color: #05180B;
}
.BgClassName
{
background-color: #05180B;
}
</style>
border-color css
<style>
span { border-color: #05180B; }
span { border-color: rgb(5,24,11); }
td.TdClassName
{
border-color: #05180B;
}
.TagClassName
{
border-color: #05180B;
}
</style>