#11B352

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

Shades of Pigment Green #11B352

Tints of Pigment Green #11B352

Color information

#11B352 (or 0x11B352) is unknown color: approx Pigment Green. HEX triplet: 11, B3 and 52. RGB value is (17,179,82). Sum of RGB (Red+Green+Blue) = 17+179+82=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 179 (70.31% from 255 or 64.39% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 179 - color contains mainly: green. Hex color #11B352 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11B352 is #EE4CAD. Grayscale: #777777. Windows color (decimal): -15617198 or 5419793. OLE color: 5419793.

HSL color Cylindrical-coordinate representation of color #11B352: hue angle of 144.07º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B352 is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB1717982-
CMYK0.9100.540.30
HSL144.07º82.65%38.43%-
HSV(B)144.07º90.5%70.2%-
XYZ17.8732.9713.4-
YUV119.5106.8354.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.12%
GREEN value IS 179 (70.31% from 255) = 64.39%
BLUE value IS 82 (32.42% from 255) = 29.50%
R=6.12%
G=64.39%
B=29.50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17179820.9100.540.30144.0782.6538.43
Hex11B3525B0361E905326
Octal212631221330663622012346
Binary100011011001110100101011011011011011110100100001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,179,82); }

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

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

 a { background-color: rgb(17,179,82); }

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

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

 span { border-color: rgb(17,179,82); }

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