#015D4E

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

Shades of Mosque #015D4E

Tints of Mosque #015D4E

Color information

#015D4E (or 0x015D4E) is unknown color: approx Mosque. HEX triplet: 01, 5D and 4E. RGB value is (1,93,78). Sum of RGB (Red+Green+Blue) = 1+93+78=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 93 (36.72% from 255 or 54.07% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 93 - color contains mainly: green. Hex color #015D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015D4E is #FEA2B1. Grayscale: #3F3F3F. Windows color (decimal): -16687794 or 5135617. OLE color: 5135617.

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

Color convert

RGB19378-
CMYK0.9900.160.64
HSL170.22º97.87%18.43%-
HSV(B)170.22º98.92%36.47%-
XYZ5.38.398.55-
YUV63.78136.0283.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 93 (36.72% from 255) = 54.07%
BLUE value IS 78 (30.86% from 255) = 45.35%
R=0.58%
G=54.07%
B=45.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal193780.9900.160.64170.2297.8718.43
Hex15D4E6301040aa6212
Octal113511614302010025214222
Binary1101110110011101100011010000100000010101010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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