#02574C

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

Shades of Mosque #02574C

Tints of Mosque #02574C

Color information

#02574C (or 0x02574C) is unknown color: approx Mosque. HEX triplet: 02, 57 and 4C. RGB value is (2,87,76). Sum of RGB (Red+Green+Blue) = 2+87+76=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 87 (34.38% from 255 or 52.73% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 87 - color contains mainly: green. Hex color #02574C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02574C is #FDA8B3. Grayscale: #3C3C3C. Windows color (decimal): -16623796 or 5003010. OLE color: 5003010.

HSL color Cylindrical-coordinate representation of color #02574C: hue angle of 172.24º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02574C is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB28776-
CMYK0.9800.130.66
HSL172.24º95.51%17.45%-
HSV(B)172.24º97.7%34.12%-
XYZ4.747.358.01-
YUV60.33136.8486.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.21%
GREEN value IS 87 (34.38% from 255) = 52.73%
BLUE value IS 76 (30.08% from 255) = 46.06%
R=1.21%
G=52.73%
B=46.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal287760.9800.130.66172.2495.5117.45
Hex2574C620D42ac6011
Octal212711414201510225414021
Binary1010101111001100110001001101100001010101100110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02574C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02574C; }

 p { color: rgb(2,87,76); }

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

<style>
 a { background-color: #02574C; }

 a { background-color: rgb(2,87,76); }

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

<style>
 span { border-color: #02574C; }

 span { border-color: rgb(2,87,76); }

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