#015B4C

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

Shades of Mosque #015B4C

Tints of Mosque #015B4C

Color information

#015B4C (or 0x015B4C) is unknown color: approx Mosque. HEX triplet: 01, 5B and 4C. RGB value is (1,91,76). Sum of RGB (Red+Green+Blue) = 1+91+76=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 91 (35.94% from 255 or 54.17% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 91 - color contains mainly: green. Hex color #015B4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015B4C is #FEA4B3. Grayscale: #3E3E3E. Windows color (decimal): -16688308 or 5004033. OLE color: 5004033.

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

Color convert

RGB19176-
CMYK0.9900.160.64
HSL170º97.83%18.04%-
HSV(B)170º98.9%35.69%-
XYZ5.068.018.12-
YUV62.38135.6884.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 91 (35.94% from 255) = 54.17%
BLUE value IS 76 (30.08% from 255) = 45.24%
R=0.60%
G=54.17%
B=45.24%

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
Decimal191760.9900.160.6417097.8318.04
Hex15B4C6301040aa6212
Octal113311414302010025214222
Binary1101101110011001100011010000100000010101010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,91,76); }

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

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

 a { background-color: rgb(1,91,76); }

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

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

 span { border-color: rgb(1,91,76); }

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