Shades of Mosque #015D4E
Tints of Mosque #015D4E
RGB
CMYK
RGB Variations
Color information
#015D4E (or 0x015D4E) is known color: Mosque. HEX triplet: 01, 5D and 4E. RGB value is (1,93,78). Sum of RGB (Red+Green+Blue) = 1+93+78=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 93 (36.72% from 255 or 54.07% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 93 - color contains mainly: green. Hex color #015D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015D4E is #FEA2B1. Grayscale: #3F3F3F. Windows color (decimal): -16687794 or 5135617. OLE color: 5135617.
HSL color Cylindrical-coordinate representation of color #015D4E: hue angle of 170.22º 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 #015D4E is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 93 | 78 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.64 |
| HSL | 170.22º | 0.98% | 0.18% | - |
| HSV(B) | 170.22º | 0.99% | 0.36% | - |
| XYZ | 5.3 | 8.39 | 8.55 | - |
| YUV | 63.78 | 136.02 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 78 | 0.99 | 0 | 0.16 | 0.64 | 170.22 | 0.98 | 0.18 |
| Hex | 1 | 5D | 4E | 63 | 0 | 10 | 40 | AA | 62 | 12 |
| Octal | 1 | 135 | 116 | 143 | 0 | 20 | 100 | 252 | 142 | 22 |
| Binary | 1 | 1011101 | 1001110 | 1100011 | 0 | 10000 | 1000000 | 10101010 | 1100010 | 10010 |
Color Harmonies of #015D4E
Complementary color
Monochromatic Colors of #015D4E
Black with #015D4E
Text Example
Text Example
White with #015D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D4E; }
p { color: rgb(1,93,78); }
H1.HeaderClassName
{
color: #015D4E;
}
.AnyTagClassName
{
color: #015D4E;
}
</style>
background-color css
<style>
a { background-color: #015D4E; }
a { background-color: rgb(1,93,78); }
div.DivClassName
{
background-color: #015D4E;
}
.BgClassName
{
background-color: #015D4E;
}
</style>
border-color css
<style>
span { border-color: #015D4E; }
span { border-color: rgb(1,93,78); }
td.TdClassName
{
border-color: #015D4E;
}
.TagClassName
{
border-color: #015D4E;
}
</style>