#015A4A

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

Shades of Mosque #015A4A

Tints of Mosque #015A4A

Color information

#015A4A (or 0x015A4A) is unknown color: approx Mosque. HEX triplet: 01, 5A and 4A. RGB value is (1,90,74). Sum of RGB (Red+Green+Blue) = 1+90+74=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 90 (35.55% from 255 or 54.55% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 90 - color contains mainly: green. Hex color #015A4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015A4A is #FEA5B5. Grayscale: #3D3D3D. Windows color (decimal): -16688566 or 4872705. OLE color: 4872705.

HSL color Cylindrical-coordinate representation of color #015A4A: hue angle of 169.21º 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 #015A4A is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB19074-
CMYK0.9900.180.65
HSL169.21º97.8%17.84%-
HSV(B)169.21º98.89%35.29%-
XYZ4.97.817.73-
YUV61.56135.0184.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 90 (35.55% from 255) = 54.55%
BLUE value IS 74 (29.30% from 255) = 44.85%
R=0.61%
G=54.55%
B=44.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal190740.9900.180.65169.2197.817.84
Hex15A4A6301241a96212
Octal113211214302210125114222
Binary1101101010010101100011010010100000110101001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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