#01584C

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

Shades of Mosque #01584C

Tints of Mosque #01584C

Color information

#01584C (or 0x01584C) is unknown color: approx Mosque. HEX triplet: 01, 58 and 4C. RGB value is (1,88,76). Sum of RGB (Red+Green+Blue) = 1+88+76=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 88 (34.77% from 255 or 53.33% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 88 - color contains mainly: green. Hex color #01584C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01584C is #FEA7B3. Grayscale: #3C3C3C. Windows color (decimal): -16689076 or 5003265. OLE color: 5003265.

HSL color Cylindrical-coordinate representation of color #01584C: hue angle of 171.72º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01584C is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB18876-
CMYK0.9900.140.65
HSL171.72º97.75%17.45%-
HSV(B)171.72º98.86%34.51%-
XYZ4.817.518.03-
YUV60.62136.6885.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 88 (34.77% from 255) = 53.33%
BLUE value IS 76 (30.08% from 255) = 46.06%
R=0.61%
G=53.33%
B=46.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal188760.9900.140.65171.7297.7517.45
Hex1584C630E41ac6211
Octal113011414301610125414221
Binary110110001001100110001101110100000110101100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01584C; }

 p { color: rgb(1,88,76); }

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

<style>
 a { background-color: #01584C; }

 a { background-color: rgb(1,88,76); }

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

<style>
 span { border-color: #01584C; }

 span { border-color: rgb(1,88,76); }

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