#01655D

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

Shades of Mosque #01655D

Tints of Mosque #01655D

Color information

#01655D (or 0x01655D) is unknown color: approx Mosque. HEX triplet: 01, 65 and 5D. RGB value is (1,101,93). Sum of RGB (Red+Green+Blue) = 1+101+93=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 101 (39.84% from 255 or 51.79% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 101 - color contains mainly: green. Hex color #01655D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01655D is #FE9AA2. Grayscale: #464646. Windows color (decimal): -16685731 or 6120705. OLE color: 6120705.

HSL color Cylindrical-coordinate representation of color #01655D: hue angle of 175.2º 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 #01655D is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB110193-
CMYK0.9900.080.60
HSL175.2º98.04%20%-
HSV(B)175.2º99.01%39.61%-
XYZ6.6410.111.96-
YUV70.19140.8778.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 101 (39.84% from 255) = 51.79%
BLUE value IS 93 (36.72% from 255) = 47.69%
R=0.51%
G=51.79%
B=47.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1101930.9900.080.60175.298.0420
Hex1655D63083Caf6214
Octal11451351430107425714224
Binary11100101101110111000110100011110010101111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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