#01564A

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

Shades of Mosque #01564A

Tints of Mosque #01564A

Color information

#01564A (or 0x01564A) is unknown color: approx Mosque. HEX triplet: 01, 56 and 4A. RGB value is (1,86,74). Sum of RGB (Red+Green+Blue) = 1+86+74=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 86 (33.98% from 255 or 53.42% from 161); Blue value is 74 (29.30% from 255 or 45.96% from 161); Max value from RGB is 86 - color contains mainly: green. Hex color #01564A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01564A is #FEA9B5. Grayscale: #3B3B3B. Windows color (decimal): -16689590 or 4871681. OLE color: 4871681.

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

Color convert

RGB18674-
CMYK0.9900.140.66
HSL171.53º97.7%17.06%-
HSV(B)171.53º98.84%33.73%-
XYZ4.587.167.62-
YUV59.22136.3486.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 86 (33.98% from 255) = 53.42%
BLUE value IS 74 (29.30% from 255) = 45.96%
R=0.62%
G=53.42%
B=45.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal186740.9900.140.66171.5397.717.06
Hex1564A630E42ac6211
Octal112611214301610225414221
Binary110101101001010110001101110100001010101100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,86,74); }

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

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

 a { background-color: rgb(1,86,74); }

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

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

 span { border-color: rgb(1,86,74); }

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