#04615A

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

Shades of Mosque #04615A

Tints of Mosque #04615A

Color information

#04615A (or 0x04615A) is unknown color: approx Mosque. HEX triplet: 04, 61 and 5A. RGB value is (4,97,90). Sum of RGB (Red+Green+Blue) = 4+97+90=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #04615A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04615A is #FB9EA5. Grayscale: #444444. Windows color (decimal): -16490150 or 5923076. OLE color: 5923076.

HSL color Cylindrical-coordinate representation of color #04615A: hue angle of 175.48º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04615A is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB49790-
CMYK0.9600.070.62
HSL175.48º92.08%19.8%-
HSV(B)175.48º95.88%38.04%-
XYZ6.179.3111.15-
YUV68.4140.1982.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.09%
GREEN value IS 97 (38.28% from 255) = 50.79%
BLUE value IS 90 (35.55% from 255) = 47.12%
R=2.09%
G=50.79%
B=47.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal497900.9600.070.62175.4892.0819.8
Hex4615A60073Eaf5c14
Octal4141132140077625713424
Binary100110000110110101100000011111111010101111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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