#11B522

Color #11B522 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #11B522

Tints of Dark Pastel Green #11B522

Color information

#11B522 (or 0x11B522) is unknown color: approx Dark Pastel Green. HEX triplet: 11, B5 and 22. RGB value is (17,181,34). Sum of RGB (Red+Green+Blue) = 17+181+34=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 181 (71.09% from 255 or 78.02% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 181 - color contains mainly: green. Hex color #11B522 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11B522 is #EE4ADD. Grayscale: #737373. Windows color (decimal): -15616734 or 2274577. OLE color: 2274577.

HSL color Cylindrical-coordinate representation of color #11B522: hue angle of 126.22º 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 #11B522 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB1718134-
CMYK0.9100.810.29
HSL126.22º82.83%38.82%-
HSV(B)126.22º90.61%70.98%-
XYZ17.0433.287.04-
YUV115.2182.1757.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.33%
GREEN value IS 181 (71.09% from 255) = 78.02%
BLUE value IS 34 (13.67% from 255) = 14.66%
R=7.33%
G=78.02%
B=14.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17181340.9100.810.29126.2282.8338.82
Hex11B5225B0511D7e5327
Octal212654213301213517612347
Binary10001101101011000101011011010100011110111111101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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