#11B575

Color #11B575 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #11B575

Tints of Mountain Meadow #11B575

Color information

#11B575 (or 0x11B575) is unknown color: approx Mountain Meadow. HEX triplet: 11, B5 and 75. RGB value is (17,181,117). Sum of RGB (Red+Green+Blue) = 17+181+117=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 181 (71.09% from 255 or 57.46% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 181 - color contains mainly: green. Hex color #11B575 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11B575 is #EE4A8A. Grayscale: #7C7C7C. Windows color (decimal): -15616651 or 7714065. OLE color: 7714065.

HSL color Cylindrical-coordinate representation of color #11B575: hue angle of 156.59º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B575 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB17181117-
CMYK0.9100.350.29
HSL156.59º82.83%38.82%-
HSV(B)156.59º90.61%70.98%-
XYZ19.9734.4522.43-
YUV124.67123.6751.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.40%
GREEN value IS 181 (71.09% from 255) = 57.46%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=5.40%
G=57.46%
B=37.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171811170.9100.350.29156.5982.8338.82
Hex11B5755B0231D9d5327
Octal212651651330433523512347
Binary100011011010111101011011011010001111101100111011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11B575; }

 p { color: rgb(17,181,117); }

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

<style>
 a { background-color: #11B575; }

 a { background-color: rgb(17,181,117); }

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

<style>
 span { border-color: #11B575; }

 span { border-color: rgb(17,181,117); }

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