#036560

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

Shades of Mosque #036560

Tints of Mosque #036560

Color information

#036560 (or 0x036560) is unknown color: approx Mosque. HEX triplet: 03, 65 and 60. RGB value is (3,101,96). Sum of RGB (Red+Green+Blue) = 3+101+96=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 101 (39.84% from 255 or 50.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 101 - color contains mainly: green. Hex color #036560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036560 is #FC9A9F. Grayscale: #474747. Windows color (decimal): -16554656 or 6317315. OLE color: 6317315.

HSL color Cylindrical-coordinate representation of color #036560: hue angle of 176.94º 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 #036560 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB310196-
CMYK0.9700.050.60
HSL176.94º94.23%20.39%-
HSV(B)176.94º97.03%39.61%-
XYZ6.810.1712.67-
YUV71.13142.0379.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.5%
GREEN value IS 101 (39.84% from 255) = 50.5%
BLUE value IS 96 (37.89% from 255) = 48%
R=1.5%
G=50.5%
B=48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3101960.9700.050.60176.9494.2320.39
Hex3656061053Cb15e14
Octal3145140141057426113624
Binary11110010111000001100001010111110010110001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036560; }

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

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

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

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

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

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

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

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