#04655A

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

Shades of Mosque #04655A

Tints of Mosque #04655A

Color information

#04655A (or 0x04655A) is unknown color: approx Mosque. HEX triplet: 04, 65 and 5A. RGB value is (4,101,90). Sum of RGB (Red+Green+Blue) = 4+101+90=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 101 (39.84% from 255 or 51.79% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 101 - color contains mainly: green. Hex color #04655A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04655A is #FB9AA5. Grayscale: #464646. Windows color (decimal): -16489126 or 5924100. OLE color: 5924100.

HSL color Cylindrical-coordinate representation of color #04655A: hue angle of 173.2º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04655A is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB410190-
CMYK0.9600.110.60
HSL173.2º92.38%20.59%-
HSV(B)173.2º96.04%39.61%-
XYZ6.5510.0711.27-
YUV70.74138.8680.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.05%
GREEN value IS 101 (39.84% from 255) = 51.79%
BLUE value IS 90 (35.55% from 255) = 46.15%
R=2.05%
G=51.79%
B=46.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4101900.9600.110.60173.292.3820.59
Hex4655A600B3Cad5c15
Octal41451321400137425513425
Binary1001100101101101011000000101111110010101101101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,101,90); }

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

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

 a { background-color: rgb(4,101,90); }

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

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

 span { border-color: rgb(4,101,90); }

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