#01615C

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

Shades of Mosque #01615C

Tints of Mosque #01615C

Color information

#01615C (or 0x01615C) is unknown color: approx Mosque. HEX triplet: 01, 61 and 5C. RGB value is (1,97,92). Sum of RGB (Red+Green+Blue) = 1+97+92=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #01615C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01615C is #FE9EA3. Grayscale: #434343. Windows color (decimal): -16686756 or 6054145. OLE color: 6054145.

HSL color Cylindrical-coordinate representation of color #01615C: hue angle of 176.88º 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 #01615C is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB19792-
CMYK0.9900.050.62
HSL176.88º97.96%19.22%-
HSV(B)176.88º98.97%38.04%-
XYZ6.229.3311.6-
YUV67.73141.780.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 97 (38.28% from 255) = 51.05%
BLUE value IS 92 (36.33% from 255) = 48.42%
R=0.53%
G=51.05%
B=48.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal197920.9900.050.62176.8897.9619.22
Hex1615C63053Eb16213
Octal1141134143057626114223
Binary1110000110111001100011010111111010110001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01615C; }

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

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

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

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

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

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

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

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