#11B34C

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

Shades of Pigment Green #11B34C

Tints of Pigment Green #11B34C

Color information

#11B34C (or 0x11B34C) is unknown color: approx Pigment Green. HEX triplet: 11, B3 and 4C. RGB value is (17,179,76). Sum of RGB (Red+Green+Blue) = 17+179+76=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 179 (70.31% from 255 or 65.81% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 179 - color contains mainly: green. Hex color #11B34C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11B34C is #EE4CB3. Grayscale: #777777. Windows color (decimal): -15617204 or 5026577. OLE color: 5026577.

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

Color convert

RGB1717976-
CMYK0.9100.580.30
HSL141.85º82.65%38.43%-
HSV(B)141.85º90.5%70.2%-
XYZ17.6632.8812.25-
YUV118.82103.8355.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.25%
GREEN value IS 179 (70.31% from 255) = 65.81%
BLUE value IS 76 (30.08% from 255) = 27.94%
R=6.25%
G=65.81%
B=27.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17179760.9100.580.30141.8582.6538.43
Hex11B34C5B03A1E8e5326
Octal212631141330723621612346
Binary100011011001110011001011011011101011110100011101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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