#015950

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

Shades of Mosque #015950

Tints of Mosque #015950

Color information

#015950 (or 0x015950) is unknown color: approx Mosque. HEX triplet: 01, 59 and 50. RGB value is (1,89,80). Sum of RGB (Red+Green+Blue) = 1+89+80=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 89 (35.16% from 255 or 52.35% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 89 - color contains mainly: green. Hex color #015950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015950 is #FEA6AF. Grayscale: #3D3D3D. Windows color (decimal): -16688816 or 5265665. OLE color: 5265665.

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

Color convert

RGB18980-
CMYK0.9900.100.65
HSL173.86º97.78%17.65%-
HSV(B)173.86º98.88%34.9%-
XYZ5.037.738.82-
YUV61.66138.3584.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.59%
GREEN value IS 89 (35.16% from 255) = 52.35%
BLUE value IS 80 (31.64% from 255) = 47.06%
R=0.59%
G=52.35%
B=47.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal189800.9900.100.65173.8697.7817.65
Hex15950630A41ae6212
Octal113112014301210125614222
Binary110110011010000110001101010100000110101110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015950; }

 p { color: rgb(1,89,80); }

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

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

 a { background-color: rgb(1,89,80); }

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

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

 span { border-color: rgb(1,89,80); }

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