#01574A

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

Shades of Mosque #01574A

Tints of Mosque #01574A

Color information

#01574A (or 0x01574A) is unknown color: approx Mosque. HEX triplet: 01, 57 and 4A. RGB value is (1,87,74). Sum of RGB (Red+Green+Blue) = 1+87+74=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 87 (34.38% from 255 or 53.70% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 87 - color contains mainly: green. Hex color #01574A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01574A is #FEA8B5. Grayscale: #3B3B3B. Windows color (decimal): -16689334 or 4871937. OLE color: 4871937.

HSL color Cylindrical-coordinate representation of color #01574A: hue angle of 170.93º 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 #01574A is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB18774-
CMYK0.9900.150.66
HSL170.93º97.73%17.25%-
HSV(B)170.93º98.85%34.12%-
XYZ4.667.327.65-
YUV59.8136.0186.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 87 (34.38% from 255) = 53.70%
BLUE value IS 74 (29.30% from 255) = 45.68%
R=0.62%
G=53.70%
B=45.68%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal187740.9900.150.66170.9397.7317.25
Hex1574A630F42ab6211
Octal112711214301710225314221
Binary110101111001010110001101111100001010101011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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