#03554D

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

Shades of Mosque #03554D

Tints of Mosque #03554D

Color information

#03554D (or 0x03554D) is unknown color: approx Mosque. HEX triplet: 03, 55 and 4D. RGB value is (3,85,77). Sum of RGB (Red+Green+Blue) = 3+85+77=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #03554D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03554D is #FCAAB2. Grayscale: #3B3B3B. Windows color (decimal): -16558771 or 5068035. OLE color: 5068035.

HSL color Cylindrical-coordinate representation of color #03554D: hue angle of 174.15º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03554D is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB38577-
CMYK0.9600.090.67
HSL174.15º93.18%17.25%-
HSV(B)174.15º96.47%33.33%-
XYZ4.637.058.14-
YUV59.57137.8387.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.82%
GREEN value IS 85 (33.59% from 255) = 51.52%
BLUE value IS 77 (30.47% from 255) = 46.67%
R=1.82%
G=51.52%
B=46.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal385770.9600.090.67174.1593.1817.25
Hex3554D600943ae5d11
Octal312511514001110325613521
Binary1110101011001101110000001001100001110101110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03554D; }

 p { color: rgb(3,85,77); }

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

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

 a { background-color: rgb(3,85,77); }

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

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

 span { border-color: rgb(3,85,77); }

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