#01605E

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

Shades of Mosque #01605E

Tints of Mosque #01605E

Color information

#01605E (or 0x01605E) is unknown color: approx Mosque. HEX triplet: 01, 60 and 5E. RGB value is (1,96,94). Sum of RGB (Red+Green+Blue) = 1+96+94=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 94 (37.11% from 255 or 49.21% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #01605E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01605E is #FE9FA1. Grayscale: #434343. Windows color (decimal): -16687010 or 6184961. OLE color: 6184961.

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

Color convert

RGB19694-
CMYK0.9900.020.62
HSL178.74º97.94%19.02%-
HSV(B)178.74º98.96%37.65%-
XYZ6.229.1812.03-
YUV67.37143.0380.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 96 (37.89% from 255) = 50.26%
BLUE value IS 94 (37.11% from 255) = 49.21%
R=0.52%
G=50.26%
B=49.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal196940.9900.020.62178.7497.9419.02
Hex1605E63023Eb36213
Octal1140136143027626314223
Binary111000001011110110001101011111010110011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01605E; }

 p { color: rgb(1,96,94); }

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

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

 a { background-color: rgb(1,96,94); }

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

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

 span { border-color: rgb(1,96,94); }

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