#01604F

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

Shades of Mosque #01604F

Tints of Mosque #01604F

Color information

#01604F (or 0x01604F) is unknown color: approx Mosque. HEX triplet: 01, 60 and 4F. RGB value is (1,96,79). Sum of RGB (Red+Green+Blue) = 1+96+79=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #01604F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01604F is #FE9FB0. Grayscale: #414141. Windows color (decimal): -16687025 or 5201921. OLE color: 5201921.

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

Color convert

RGB19679-
CMYK0.9900.180.62
HSL169.26º97.94%19.02%-
HSV(B)169.26º98.96%37.65%-
XYZ5.618.948.83-
YUV65.66135.5381.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 96 (37.89% from 255) = 54.55%
BLUE value IS 79 (31.25% from 255) = 44.89%
R=0.57%
G=54.55%
B=44.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal196790.9900.180.62169.2697.9419.02
Hex1604F630123Ea96213
Octal11401171430227625114223
Binary111000001001111110001101001011111010101001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01604F; }

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

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

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

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

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

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

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

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