Shades of Islamic Green #05940B
Tints of Islamic Green #05940B
RGB
CMYK
RGB Variations
Color information
#05940B (or 0x05940B) is known color: Islamic Green. HEX triplet: 05, 94 and 0B. RGB value is (5,148,11). Sum of RGB (Red+Green+Blue) = 5+148+11=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 148 (58.20% from 255 or 90.24% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 148 - color contains mainly: green. Hex color #05940B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05940B is #FA6BF4. Grayscale: #5A5A5A. Windows color (decimal): -16411637 or 758789. OLE color: 758789.
HSL color Cylindrical-coordinate representation of color #05940B: hue angle of 122.52º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05940B is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 148 | 11 | - |
| CMYK | 0.97 | 0 | 0.93 | 0.42 |
| HSL | 122.52º | 0.93% | 0.3% | - |
| HSV(B) | 122.52º | 0.97% | 0.58% | - |
| XYZ | 10.71 | 21.24 | 3.85 | - |
| YUV | 89.63 | 83.62 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 148 | 11 | 0.97 | 0 | 0.93 | 0.42 | 122.52 | 0.93 | 0.3 |
| Hex | 5 | 94 | B | 61 | 0 | 5D | 2A | 7B | 5D | 1E |
| Octal | 5 | 224 | 13 | 141 | 0 | 135 | 52 | 173 | 135 | 36 |
| Binary | 101 | 10010100 | 1011 | 1100001 | 0 | 1011101 | 101010 | 1111011 | 1011101 | 11110 |
Color Harmonies of #05940B
Complementary color
Monochromatic Colors of #05940B
Black with #05940B
Text Example
Text Example
White with #05940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05940B; }
p { color: rgb(5,148,11); }
H1.HeaderClassName
{
color: #05940B;
}
.AnyTagClassName
{
color: #05940B;
}
</style>
background-color css
<style>
a { background-color: #05940B; }
a { background-color: rgb(5,148,11); }
div.DivClassName
{
background-color: #05940B;
}
.BgClassName
{
background-color: #05940B;
}
</style>
border-color css
<style>
span { border-color: #05940B; }
span { border-color: rgb(5,148,11); }
td.TdClassName
{
border-color: #05940B;
}
.TagClassName
{
border-color: #05940B;
}
</style>