#036050

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

Shades of Mosque #036050

Tints of Mosque #036050

Color information

#036050 (or 0x036050) is unknown color: approx Mosque. HEX triplet: 03, 60 and 50. RGB value is (3,96,80). Sum of RGB (Red+Green+Blue) = 3+96+80=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #036050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036050 is #FC9FAF. Grayscale: #424242. Windows color (decimal): -16555952 or 5267459. OLE color: 5267459.

HSL color Cylindrical-coordinate representation of color #036050: hue angle of 169.68º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036050 is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB39680-
CMYK0.9700.170.62
HSL169.68º93.94%19.41%-
HSV(B)169.68º96.88%37.65%-
XYZ5.678.969.02-
YUV66.37135.6982.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.68%
GREEN value IS 96 (37.89% from 255) = 53.63%
BLUE value IS 80 (31.64% from 255) = 44.69%
R=1.68%
G=53.63%
B=44.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal396800.9700.170.62169.6893.9419.41
Hex36050610113Eaa5e13
Octal31401201410217625213623
Binary1111000001010000110000101000111111010101010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036050; }

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

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

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

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

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

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

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

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