#04574A

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

Shades of Mosque #04574A

Tints of Mosque #04574A

Color information

#04574A (or 0x04574A) is unknown color: approx Mosque. HEX triplet: 04, 57 and 4A. RGB value is (4,87,74). Sum of RGB (Red+Green+Blue) = 4+87+74=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 87 (34.38% from 255 or 52.73% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 87 - color contains mainly: green. Hex color #04574A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04574A is #FBA8B5. Grayscale: #3C3C3C. Windows color (decimal): -16492726 or 4871940. OLE color: 4871940.

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

Color convert

RGB48774-
CMYK0.9500.150.66
HSL170.6º91.21%17.84%-
HSV(B)170.6º95.4%34.12%-
XYZ4.697.347.65-
YUV60.7135.587.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.42%
GREEN value IS 87 (34.38% from 255) = 52.73%
BLUE value IS 74 (29.30% from 255) = 44.85%
R=2.42%
G=52.73%
B=44.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal487740.9500.150.66170.691.2117.84
Hex4574A5F0F42ab5b12
Octal412711213701710225313322
Binary10010101111001010101111101111100001010101011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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