#0A574E

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

Shades of Mosque #0A574E

Tints of Mosque #0A574E

Color information

#0A574E (or 0x0A574E) is unknown color: approx Mosque. HEX triplet: 0A, 57 and 4E. RGB value is (10,87,78). Sum of RGB (Red+Green+Blue) = 10+87+78=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 87 (34.38% from 255 or 49.71% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 87 - color contains mainly: green. Hex color #0A574E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A574E is #F5A8B1. Grayscale: #3E3E3E. Windows color (decimal): -16099506 or 5134090. OLE color: 5134090.

HSL color Cylindrical-coordinate representation of color #0A574E: hue angle of 172.99º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A574E is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB108778-
CMYK0.8900.100.66
HSL172.99º79.38%19.02%-
HSV(B)172.99º88.51%34.12%-
XYZ4.917.438.38-
YUV62.95136.4990.23-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.71%
GREEN value IS 87 (34.38% from 255) = 49.71%
BLUE value IS 78 (30.86% from 255) = 44.57%
R=5.71%
G=49.71%
B=44.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1087780.8900.100.66172.9979.3819.02
HexA574E590A42ad4f13
Octal1212711613101210225511723
Binary101010101111001110101100101010100001010101101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A574E; }

 p { color: rgb(10,87,78); }

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

<style>
 a { background-color: #0A574E; }

 a { background-color: rgb(10,87,78); }

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

<style>
 span { border-color: #0A574E; }

 span { border-color: rgb(10,87,78); }

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