#03574A

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

Shades of Mosque #03574A

Tints of Mosque #03574A

Color information

#03574A (or 0x03574A) is unknown color: approx Mosque. HEX triplet: 03, 57 and 4A. RGB value is (3,87,74). Sum of RGB (Red+Green+Blue) = 3+87+74=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 87 (34.38% from 255 or 53.05% from 164); Blue value is 74 (29.30% from 255 or 45.12% from 164); Max value from RGB is 87 - color contains mainly: green. Hex color #03574A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03574A is #FCA8B5. Grayscale: #3C3C3C. Windows color (decimal): -16558262 or 4871939. OLE color: 4871939.

HSL color Cylindrical-coordinate representation of color #03574A: hue angle of 170.71º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03574A is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB38774-
CMYK0.9700.150.66
HSL170.71º93.33%17.65%-
HSV(B)170.71º96.55%34.12%-
XYZ4.687.337.65-
YUV60.4135.6787.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.83%
GREEN value IS 87 (34.38% from 255) = 53.05%
BLUE value IS 74 (29.30% from 255) = 45.12%
R=1.83%
G=53.05%
B=45.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal387740.9700.150.66170.7193.3317.65
Hex3574A610F42ab5d12
Octal312711214101710225313522
Binary1110101111001010110000101111100001010101011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03574A; }

 p { color: rgb(3,87,74); }

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

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

 a { background-color: rgb(3,87,74); }

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

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

 span { border-color: rgb(3,87,74); }

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