#04594D

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

Shades of Mosque #04594D

Tints of Mosque #04594D

Color information

#04594D (or 0x04594D) is unknown color: approx Mosque. HEX triplet: 04, 59 and 4D. RGB value is (4,89,77). Sum of RGB (Red+Green+Blue) = 4+89+77=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 89 (35.16% from 255 or 52.35% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 89 - color contains mainly: green. Hex color #04594D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04594D is #FBA6B2. Grayscale: #3E3E3E. Windows color (decimal): -16492211 or 5069060. OLE color: 5069060.

HSL color Cylindrical-coordinate representation of color #04594D: hue angle of 171.53º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04594D is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB48977-
CMYK0.9600.130.65
HSL171.53º91.4%18.24%-
HSV(B)171.53º95.51%34.9%-
XYZ4.967.718.25-
YUV62.22136.3486.48-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.35%
GREEN value IS 89 (35.16% from 255) = 52.35%
BLUE value IS 77 (30.47% from 255) = 45.29%
R=2.35%
G=52.35%
B=45.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal489770.9600.130.65171.5391.418.24
Hex4594D600D41ac5b12
Octal413111514001510125413322
Binary10010110011001101110000001101100000110101100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,89,77); }

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

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

 a { background-color: rgb(4,89,77); }

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

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

 span { border-color: rgb(4,89,77); }

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