#036556

Color #036556 Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #036556

Tints of Mosque #036556

Color information

#036556 (or 0x036556) is unknown color: approx Mosque. HEX triplet: 03, 65 and 56. RGB value is (3,101,86). Sum of RGB (Red+Green+Blue) = 3+101+86=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 101 (39.84% from 255 or 53.16% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 101 - color contains mainly: green. Hex color #036556 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036556 is #FC9AA9. Grayscale: #454545. Windows color (decimal): -16554666 or 5661955. OLE color: 5661955.

HSL color Cylindrical-coordinate representation of color #036556: hue angle of 170.82º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036556 is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB310186-
CMYK0.9700.150.60
HSL170.82º94.23%20.39%-
HSV(B)170.82º97.03%39.61%-
XYZ6.371010.4-
YUV69.99137.0380.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.58%
GREEN value IS 101 (39.84% from 255) = 53.16%
BLUE value IS 86 (33.98% from 255) = 45.26%
R=1.58%
G=53.16%
B=45.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3101860.9700.150.60170.8294.2320.39
Hex36556610F3Cab5e14
Octal31451261410177425313624
Binary111100101101011011000010111111110010101011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036556; }

 p { color: rgb(3,101,86); }

 H1.HeaderClassName
 {
   color: #036556;
 }
 .AnyTagClassName
 {
   color: #036556;
 }
</style>
background-color css

<style>
 a { background-color: #036556; }

 a { background-color: rgb(3,101,86); }

 div.DivClassName
 {
   background-color: #036556;
 }
 .BgClassName
 {
   background-color: #036556;
 }
</style>
border-color css

<style>
 span { border-color: #036556; }

 span { border-color: rgb(3,101,86); }

 td.TdClassName
 {
   border-color: #036556;
 }
 .TagClassName
 {
   border-color: #036556;
 }
</style>