#11B35D

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

Shades of Pigment Green #11B35D

Tints of Pigment Green #11B35D

Color information

#11B35D (or 0x11B35D) is unknown color: approx Pigment Green. HEX triplet: 11, B3 and 5D. RGB value is (17,179,93). Sum of RGB (Red+Green+Blue) = 17+179+93=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 179 (70.31% from 255 or 61.94% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 179 - color contains mainly: green. Hex color #11B35D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11B35D is #EE4CA2. Grayscale: #787878. Windows color (decimal): -15617187 or 6140689. OLE color: 6140689.

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

Color convert

RGB1717993-
CMYK0.9100.480.30
HSL148.15º82.65%38.43%-
HSV(B)148.15º90.5%70.2%-
XYZ18.3333.1515.79-
YUV120.76112.3353.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.88%
GREEN value IS 179 (70.31% from 255) = 61.94%
BLUE value IS 93 (36.72% from 255) = 32.18%
R=5.88%
G=61.94%
B=32.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17179930.9100.480.30148.1582.6538.43
Hex11B35D5B0301E945326
Octal212631351330603622412346
Binary100011011001110111011011011011000011110100101001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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