Shades of Mosque #015B4E
Tints of Mosque #015B4E
RGB
CMYK
RGB Variations
Color information
#015B4E (or 0x015B4E) is known color: Mosque. HEX triplet: 01, 5B and 4E. RGB value is (1,91,78). Sum of RGB (Red+Green+Blue) = 1+91+78=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 91 (35.94% from 255 or 53.53% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 91 - color contains mainly: green. Hex color #015B4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015B4E is #FEA4B1. Grayscale: #3E3E3E. Windows color (decimal): -16688306 or 5135105. OLE color: 5135105.
HSL color Cylindrical-coordinate representation of color #015B4E: hue angle of 171.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015B4E is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 91 | 78 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.64 |
| HSL | 171.33º | 0.98% | 0.18% | - |
| HSV(B) | 171.33º | 0.99% | 0.36% | - |
| XYZ | 5.13 | 8.04 | 8.49 | - |
| YUV | 62.61 | 136.68 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 78 | 0.99 | 0 | 0.14 | 0.64 | 171.33 | 0.98 | 0.18 |
| Hex | 1 | 5B | 4E | 63 | 0 | E | 40 | AB | 62 | 12 |
| Octal | 1 | 133 | 116 | 143 | 0 | 16 | 100 | 253 | 142 | 22 |
| Binary | 1 | 1011011 | 1001110 | 1100011 | 0 | 1110 | 1000000 | 10101011 | 1100010 | 10010 |
Color Harmonies of #015B4E
Complementary color
Monochromatic Colors of #015B4E
Black with #015B4E
Text Example
Text Example
White with #015B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015B4E; }
p { color: rgb(1,91,78); }
H1.HeaderClassName
{
color: #015B4E;
}
.AnyTagClassName
{
color: #015B4E;
}
</style>
background-color css
<style>
a { background-color: #015B4E; }
a { background-color: rgb(1,91,78); }
div.DivClassName
{
background-color: #015B4E;
}
.BgClassName
{
background-color: #015B4E;
}
</style>
border-color css
<style>
span { border-color: #015B4E; }
span { border-color: rgb(1,91,78); }
td.TdClassName
{
border-color: #015B4E;
}
.TagClassName
{
border-color: #015B4E;
}
</style>