#015A4E

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

Shades of Mosque #015A4E

Tints of Mosque #015A4E

Color information

#015A4E (or 0x015A4E) is unknown color: approx Mosque. HEX triplet: 01, 5A and 4E. RGB value is (1,90,78). Sum of RGB (Red+Green+Blue) = 1+90+78=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 90 (35.55% from 255 or 53.25% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 90 - color contains mainly: green. Hex color #015A4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A4E is #FEA5B1. Grayscale: #3D3D3D. Windows color (decimal): -16688562 or 5134849. OLE color: 5134849.

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

Color convert

RGB19078-
CMYK0.9900.130.65
HSL171.91º97.8%17.84%-
HSV(B)171.91º98.89%35.29%-
XYZ5.047.878.46-
YUV62.02137.0184.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.59%
GREEN value IS 90 (35.55% from 255) = 53.25%
BLUE value IS 78 (30.86% from 255) = 46.15%
R=0.59%
G=53.25%
B=46.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal190780.9900.130.65171.9197.817.84
Hex15A4E630D41ac6212
Octal113211614301510125414222
Binary110110101001110110001101101100000110101100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015A4E; }

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

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

<style>
 a { background-color: #015A4E; }

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

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

<style>
 span { border-color: #015A4E; }

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

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