#09584F

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

Shades of Mosque #09584F

Tints of Mosque #09584F

Color information

#09584F (or 0x09584F) is unknown color: approx Mosque. HEX triplet: 09, 58 and 4F. RGB value is (9,88,79). Sum of RGB (Red+Green+Blue) = 9+88+79=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 88 (34.77% from 255 or 50% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 88 - color contains mainly: green. Hex color #09584F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09584F is #F6A7B0. Grayscale: #3F3F3F. Windows color (decimal): -16164785 or 5199881. OLE color: 5199881.

HSL color Cylindrical-coordinate representation of color #09584F: hue angle of 173.16º degrees, saturation: 0.81, 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 #09584F is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB98879-
CMYK0.9000.100.65
HSL173.16º81.44%19.02%-
HSV(B)173.16º89.77%34.51%-
XYZ5.017.68.6-
YUV63.35136.8389.23-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.11%
GREEN value IS 88 (34.77% from 255) = 50%
BLUE value IS 79 (31.25% from 255) = 44.89%
R=5.11%
G=50%
B=44.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal988790.9000.100.65173.1681.4419.02
Hex9584F5A0A41ad5113
Octal1113011713201210125512123
Binary100110110001001111101101001010100000110101101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09584F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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