Shades of Mosque #035E4E
Tints of Mosque #035E4E
RGB
CMYK
RGB Variations
Color information
#035E4E (or 0x035E4E) is known color: Mosque. HEX triplet: 03, 5E and 4E. RGB value is (3,94,78). Sum of RGB (Red+Green+Blue) = 3+94+78=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 94 (37.11% from 255 or 53.71% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 94 - color contains mainly: green. Hex color #035E4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035E4E is #FCA1B1. Grayscale: #404040. Windows color (decimal): -16556466 or 5135875. OLE color: 5135875.
HSL color Cylindrical-coordinate representation of color #035E4E: hue angle of 169.45º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035E4E is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 94 | 78 | - |
| CMYK | 0.97 | 0 | 0.17 | 0.63 |
| HSL | 169.45º | 0.94% | 0.19% | - |
| HSV(B) | 169.45º | 0.97% | 0.37% | - |
| XYZ | 5.42 | 8.57 | 8.58 | - |
| YUV | 64.97 | 135.35 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 94 | 78 | 0.97 | 0 | 0.17 | 0.63 | 169.45 | 0.94 | 0.19 |
| Hex | 3 | 5E | 4E | 61 | 0 | 11 | 3F | A9 | 5E | 13 |
| Octal | 3 | 136 | 116 | 141 | 0 | 21 | 77 | 251 | 136 | 23 |
| Binary | 11 | 1011110 | 1001110 | 1100001 | 0 | 10001 | 111111 | 10101001 | 1011110 | 10011 |
Color Harmonies of #035E4E
Complementary color
Monochromatic Colors of #035E4E
Black with #035E4E
Text Example
Text Example
White with #035E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035E4E; }
p { color: rgb(3,94,78); }
H1.HeaderClassName
{
color: #035E4E;
}
.AnyTagClassName
{
color: #035E4E;
}
</style>
background-color css
<style>
a { background-color: #035E4E; }
a { background-color: rgb(3,94,78); }
div.DivClassName
{
background-color: #035E4E;
}
.BgClassName
{
background-color: #035E4E;
}
</style>
border-color css
<style>
span { border-color: #035E4E; }
span { border-color: rgb(3,94,78); }
td.TdClassName
{
border-color: #035E4E;
}
.TagClassName
{
border-color: #035E4E;
}
</style>