#04554D

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

Shades of Mosque #04554D

Tints of Mosque #04554D

Color information

#04554D (or 0x04554D) is unknown color: approx Mosque. HEX triplet: 04, 55 and 4D. RGB value is (4,85,77). Sum of RGB (Red+Green+Blue) = 4+85+77=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #04554D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04554D is #FBAAB2. Grayscale: #3B3B3B. Windows color (decimal): -16493235 or 5068036. OLE color: 5068036.

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

Color convert

RGB48577-
CMYK0.9500.090.67
HSL174.07º91.01%17.45%-
HSV(B)174.07º95.29%33.33%-
XYZ4.647.068.14-
YUV59.87137.6688.15-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.41%
GREEN value IS 85 (33.59% from 255) = 51.20%
BLUE value IS 77 (30.47% from 255) = 46.39%
R=2.41%
G=51.20%
B=46.39%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal485770.9500.090.67174.0791.0117.45
Hex4554D5F0943ae5b11
Octal412511513701110325613321
Binary10010101011001101101111101001100001110101110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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