#036353

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

Shades of Mosque #036353

Tints of Mosque #036353

Color information

#036353 (or 0x036353) is unknown color: approx Mosque. HEX triplet: 03, 63 and 53. RGB value is (3,99,83). Sum of RGB (Red+Green+Blue) = 3+99+83=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #036353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036353 is #FC9CAC. Grayscale: #444444. Windows color (decimal): -16555181 or 5464835. OLE color: 5464835.

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

Color convert

RGB39983-
CMYK0.9700.160.61
HSL170º94.12%20%-
HSV(B)170º96.97%38.82%-
XYZ6.069.579.71-
YUV68.47136.281.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.62%
GREEN value IS 99 (39.06% from 255) = 53.51%
BLUE value IS 83 (32.81% from 255) = 44.86%
R=1.62%
G=53.51%
B=44.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399830.9700.160.6117094.1220
Hex36353610103Daa5e14
Octal31431231410207525213624
Binary1111000111010011110000101000011110110101010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036353; }

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

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

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

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

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

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

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

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