Shades of Mosque #045D4E
Tints of Mosque #045D4E
RGB
CMYK
RGB Variations
Color information
#045D4E (or 0x045D4E) is known color: Mosque. HEX triplet: 04, 5D and 4E. RGB value is (4,93,78). Sum of RGB (Red+Green+Blue) = 4+93+78=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #045D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045D4E is #FBA2B1. Grayscale: #404040. Windows color (decimal): -16491186 or 5135620. OLE color: 5135620.
HSL color Cylindrical-coordinate representation of color #045D4E: hue angle of 169.89º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045D4E is Cyan = 0.96, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 93 | 78 | - |
| CMYK | 0.96 | 0 | 0.16 | 0.64 |
| HSL | 169.89º | 0.92% | 0.19% | - |
| HSV(B) | 169.89º | 0.96% | 0.36% | - |
| XYZ | 5.34 | 8.4 | 8.55 | - |
| YUV | 64.68 | 135.51 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 78 | 0.96 | 0 | 0.16 | 0.64 | 169.89 | 0.92 | 0.19 |
| Hex | 4 | 5D | 4E | 60 | 0 | 10 | 40 | AA | 5C | 13 |
| Octal | 4 | 135 | 116 | 140 | 0 | 20 | 100 | 252 | 134 | 23 |
| Binary | 100 | 1011101 | 1001110 | 1100000 | 0 | 10000 | 1000000 | 10101010 | 1011100 | 10011 |
Color Harmonies of #045D4E
Complementary color
Monochromatic Colors of #045D4E
Black with #045D4E
Text Example
Text Example
White with #045D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045D4E; }
p { color: rgb(4,93,78); }
H1.HeaderClassName
{
color: #045D4E;
}
.AnyTagClassName
{
color: #045D4E;
}
</style>
background-color css
<style>
a { background-color: #045D4E; }
a { background-color: rgb(4,93,78); }
div.DivClassName
{
background-color: #045D4E;
}
.BgClassName
{
background-color: #045D4E;
}
</style>
border-color css
<style>
span { border-color: #045D4E; }
span { border-color: rgb(4,93,78); }
td.TdClassName
{
border-color: #045D4E;
}
.TagClassName
{
border-color: #045D4E;
}
</style>