#09594F

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

Shades of Mosque #09594F

Tints of Mosque #09594F

Color information

#09594F (or 0x09594F) is unknown color: approx Mosque. HEX triplet: 09, 59 and 4F. RGB value is (9,89,79). Sum of RGB (Red+Green+Blue) = 9+89+79=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 79 (31.25% from 255 or 44.63% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #09594F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09594F is #F6A6B0. Grayscale: #3F3F3F. Windows color (decimal): -16164529 or 5200137. OLE color: 5200137.

HSL color Cylindrical-coordinate representation of color #09594F: hue angle of 172.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09594F is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB98979-
CMYK0.9000.110.65
HSL172.5º81.63%19.22%-
HSV(B)172.5º89.89%34.9%-
XYZ5.17.778.63-
YUV63.94136.588.81-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.08%
GREEN value IS 89 (35.16% from 255) = 50.28%
BLUE value IS 79 (31.25% from 255) = 44.63%
R=5.08%
G=50.28%
B=44.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal989790.9000.110.65172.581.6319.22
Hex9594F5A0B41ac5213
Octal1113111713201310125412223
Binary100110110011001111101101001011100000110101100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,89,79); }

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

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

 a { background-color: rgb(9,89,79); }

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

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

 span { border-color: rgb(9,89,79); }

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