#036352

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

Shades of Mosque #036352

Tints of Mosque #036352

Color information

#036352 (or 0x036352) is unknown color: approx Mosque. HEX triplet: 03, 63 and 52. RGB value is (3,99,82). Sum of RGB (Red+Green+Blue) = 3+99+82=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 99 (39.06% from 255 or 53.80% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 99 - color contains mainly: green. Hex color #036352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036352 is #FC9CAD. Grayscale: #444444. Windows color (decimal): -16555182 or 5399299. OLE color: 5399299.

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

Color convert

RGB39982-
CMYK0.9700.170.61
HSL169.38º94.12%20%-
HSV(B)169.38º96.97%38.82%-
XYZ6.029.559.51-
YUV68.36135.781.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.63%
GREEN value IS 99 (39.06% from 255) = 53.80%
BLUE value IS 82 (32.42% from 255) = 44.57%
R=1.63%
G=53.80%
B=44.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399820.9700.170.61169.3894.1220
Hex36352610113Da95e14
Octal31431221410217525113624
Binary1111000111010010110000101000111110110101001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036352; }

 p { color: rgb(3,99,82); }

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

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

 a { background-color: rgb(3,99,82); }

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

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

 span { border-color: rgb(3,99,82); }

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