#04645F

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

Shades of Mosque #04645F

Tints of Mosque #04645F

Color information

#04645F (or 0x04645F) is unknown color: approx Mosque. HEX triplet: 04, 64 and 5F. RGB value is (4,100,95). Sum of RGB (Red+Green+Blue) = 4+100+95=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 100 (39.45% from 255 or 50.25% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 100 - color contains mainly: green. Hex color #04645F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04645F is #FB9BA0. Grayscale: #464646. Windows color (decimal): -16489377 or 6251524. OLE color: 6251524.

HSL color Cylindrical-coordinate representation of color #04645F: hue angle of 176.88º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04645F is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB410095-
CMYK0.9600.050.61
HSL176.88º92.31%20.39%-
HSV(B)176.88º96%39.22%-
XYZ6.679.9712.4-
YUV70.73141.780.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.01%
GREEN value IS 100 (39.45% from 255) = 50.25%
BLUE value IS 95 (37.5% from 255) = 47.74%
R=2.01%
G=50.25%
B=47.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4100950.9600.050.61176.8892.3120.39
Hex4645F60053Db15c14
Octal4144137140057526113424
Binary100110010010111111100000010111110110110001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04645F; }

 p { color: rgb(4,100,95); }

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

<style>
 a { background-color: #04645F; }

 a { background-color: rgb(4,100,95); }

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

<style>
 span { border-color: #04645F; }

 span { border-color: rgb(4,100,95); }

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