#01655B

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

Shades of Mosque #01655B

Tints of Mosque #01655B

Color information

#01655B (or 0x01655B) is unknown color: approx Mosque. HEX triplet: 01, 65 and 5B. RGB value is (1,101,91). Sum of RGB (Red+Green+Blue) = 1+101+91=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 101 (39.84% from 255 or 52.33% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 101 - color contains mainly: green. Hex color #01655B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01655B is #FE9AA4. Grayscale: #454545. Windows color (decimal): -16685733 or 5989633. OLE color: 5989633.

HSL color Cylindrical-coordinate representation of color #01655B: hue angle of 174º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01655B is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB110191-
CMYK0.9900.100.60
HSL174º98.04%20%-
HSV(B)174º99.01%39.61%-
XYZ6.5510.0711.5-
YUV69.96139.8778.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 101 (39.84% from 255) = 52.33%
BLUE value IS 91 (35.94% from 255) = 47.15%
R=0.52%
G=52.33%
B=47.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1101910.9900.100.6017498.0420
Hex1655B630A3Cae6214
Octal11451331430127425614224
Binary11100101101101111000110101011110010101110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01655B; }

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

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

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

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

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

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

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

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