#016152

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

Shades of Mosque #016152

Tints of Mosque #016152

Color information

#016152 (or 0x016152) is unknown color: approx Mosque. HEX triplet: 01, 61 and 52. RGB value is (1,97,82). Sum of RGB (Red+Green+Blue) = 1+97+82=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 97 (38.28% from 255 or 53.89% from 180); Blue value is 82 (32.42% from 255 or 45.56% from 180); Max value from RGB is 97 - color contains mainly: green. Hex color #016152 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016152 is #FE9EAD. Grayscale: #424242. Windows color (decimal): -16686766 or 5398785. OLE color: 5398785.

HSL color Cylindrical-coordinate representation of color #016152: hue angle of 170.62º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016152 is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB19782-
CMYK0.9900.150.62
HSL170.62º97.96%19.22%-
HSV(B)170.62º98.97%38.04%-
XYZ5.819.179.45-
YUV66.59136.781.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 97 (38.28% from 255) = 53.89%
BLUE value IS 82 (32.42% from 255) = 45.56%
R=0.56%
G=53.89%
B=45.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal197820.9900.150.62170.6297.9619.22
Hex16152630F3Eab6213
Octal11411221430177625314223
Binary11100001101001011000110111111111010101011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016152; }

 p { color: rgb(1,97,82); }

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

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

 a { background-color: rgb(1,97,82); }

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

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

 span { border-color: rgb(1,97,82); }

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