#01554F

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

Shades of Mosque #01554F

Tints of Mosque #01554F

Color information

#01554F (or 0x01554F) is unknown color: approx Mosque. HEX triplet: 01, 55 and 4F. RGB value is (1,85,79). Sum of RGB (Red+Green+Blue) = 1+85+79=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #01554F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01554F is #FEAAB0. Grayscale: #3B3B3B. Windows color (decimal): -16689841 or 5199105. OLE color: 5199105.

HSL color Cylindrical-coordinate representation of color #01554F: hue angle of 175.71º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01554F is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB18579-
CMYK0.9900.070.67
HSL175.71º97.67%16.86%-
HSV(B)175.71º98.82%33.33%-
XYZ4.677.078.52-
YUV59.2139.1786.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 85 (33.59% from 255) = 51.52%
BLUE value IS 79 (31.25% from 255) = 47.88%
R=0.61%
G=51.52%
B=47.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal185790.9900.070.67175.7197.6716.86
Hex1554F630743b06211
Octal11251171430710326014221
Binary11010101100111111000110111100001110110000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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