Shades of Mosque #035C4E
Tints of Mosque #035C4E
RGB
CMYK
RGB Variations
Color information
#035C4E (or 0x035C4E) is known color: Mosque. HEX triplet: 03, 5C and 4E. RGB value is (3,92,78). Sum of RGB (Red+Green+Blue) = 3+92+78=173 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.73% from 173); Green value is 92 (36.33% from 255 or 53.18% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 92 - color contains mainly: green. Hex color #035C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035C4E is #FCA3B1. Grayscale: #3F3F3F. Windows color (decimal): -16556978 or 5135363. OLE color: 5135363.
HSL color Cylindrical-coordinate representation of color #035C4E: hue angle of 170.56º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035C4E is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 92 | 78 | - |
| CMYK | 0.97 | 0 | 0.15 | 0.64 |
| HSL | 170.56º | 0.94% | 0.19% | - |
| HSV(B) | 170.56º | 0.97% | 0.36% | - |
| XYZ | 5.24 | 8.22 | 8.52 | - |
| YUV | 63.79 | 136.01 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 78 | 0.97 | 0 | 0.15 | 0.64 | 170.56 | 0.94 | 0.19 |
| Hex | 3 | 5C | 4E | 61 | 0 | F | 40 | AB | 5E | 13 |
| Octal | 3 | 134 | 116 | 141 | 0 | 17 | 100 | 253 | 136 | 23 |
| Binary | 11 | 1011100 | 1001110 | 1100001 | 0 | 1111 | 1000000 | 10101011 | 1011110 | 10011 |
Color Harmonies of #035C4E
Complementary color
Monochromatic Colors of #035C4E
Black with #035C4E
Text Example
Text Example
White with #035C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035C4E; }
p { color: rgb(3,92,78); }
H1.HeaderClassName
{
color: #035C4E;
}
.AnyTagClassName
{
color: #035C4E;
}
</style>
background-color css
<style>
a { background-color: #035C4E; }
a { background-color: rgb(3,92,78); }
div.DivClassName
{
background-color: #035C4E;
}
.BgClassName
{
background-color: #035C4E;
}
</style>
border-color css
<style>
span { border-color: #035C4E; }
span { border-color: rgb(3,92,78); }
td.TdClassName
{
border-color: #035C4E;
}
.TagClassName
{
border-color: #035C4E;
}
</style>