#119B57

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

Shades of Pigment Green #119B57

Tints of Pigment Green #119B57

Color information

#119B57 (or 0x119B57) is unknown color: approx Pigment Green. HEX triplet: 11, 9B and 57. RGB value is (17,155,87). Sum of RGB (Red+Green+Blue) = 17+155+87=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 155 (60.94% from 255 or 59.85% from 259); Blue value is 87 (34.38% from 255 or 33.59% from 259); Max value from RGB is 155 - color contains mainly: green. Hex color #119B57 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119B57 is #EE64A8. Grayscale: #6A6A6A. Windows color (decimal): -15623337 or 5741329. OLE color: 5741329.

HSL color Cylindrical-coordinate representation of color #119B57: hue angle of 150.43º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119B57 is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB1715587-
CMYK0.8900.440.39
HSL150.43º80.23%33.73%-
HSV(B)150.43º89.03%60.78%-
XYZ13.6724.2512.98-
YUV105.99117.2864.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.56%
GREEN value IS 155 (60.94% from 255) = 59.85%
BLUE value IS 87 (34.38% from 255) = 33.59%
R=6.56%
G=59.85%
B=33.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal17155870.8900.440.39150.4380.2333.73
Hex119B575902C27965022
Octal212331271310544722612042
Binary1000110011011101011110110010101100100111100101101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119B57; }

 p { color: rgb(17,155,87); }

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

<style>
 a { background-color: #119B57; }

 a { background-color: rgb(17,155,87); }

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

<style>
 span { border-color: #119B57; }

 span { border-color: rgb(17,155,87); }

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