#01574E

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

Shades of Mosque #01574E

Tints of Mosque #01574E

Color information

#01574E (or 0x01574E) is unknown color: approx Mosque. HEX triplet: 01, 57 and 4E. RGB value is (1,87,78). Sum of RGB (Red+Green+Blue) = 1+87+78=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 87 (34.38% from 255 or 52.41% from 166); Blue value is 78 (30.86% from 255 or 46.99% from 166); Max value from RGB is 87 - color contains mainly: green. Hex color #01574E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01574E is #FEA8B1. Grayscale: #3C3C3C. Windows color (decimal): -16689330 or 5134081. OLE color: 5134081.

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

Color convert

RGB18778-
CMYK0.9900.100.66
HSL173.72º97.73%17.25%-
HSV(B)173.72º98.85%34.12%-
XYZ4.87.378.38-
YUV60.26138.0185.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 87 (34.38% from 255) = 52.41%
BLUE value IS 78 (30.86% from 255) = 46.99%
R=0.60%
G=52.41%
B=46.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal187780.9900.100.66173.7297.7317.25
Hex1574E630A42ae6211
Octal112711614301210225614221
Binary110101111001110110001101010100001010101110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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