#119540

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

Shades of Pigment Green #119540

Tints of Pigment Green #119540

Color information

#119540 (or 0x119540) is unknown color: approx Pigment Green. HEX triplet: 11, 95 and 40. RGB value is (17,149,64). Sum of RGB (Red+Green+Blue) = 17+149+64=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 149 (58.59% from 255 or 64.78% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 149 - color contains mainly: green. Hex color #119540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119540 is #EE6ABF. Grayscale: #646464. Windows color (decimal): -15624896 or 4232465. OLE color: 4232465.

HSL color Cylindrical-coordinate representation of color #119540: hue angle of 141.36º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119540 is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB1714964-
CMYK0.8900.570.42
HSL141.36º79.52%32.55%-
HSV(B)141.36º88.59%58.43%-
XYZ11.921.988.47-
YUV99.84107.7768.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.39%
GREEN value IS 149 (58.59% from 255) = 64.78%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=7.39%
G=64.78%
B=27.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17149640.8900.570.42141.3679.5232.55
Hex119540590392A8d5021
Octal212251001310715221512041
Binary1000110010101100000010110010111001101010100011011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119540; }

 p { color: rgb(17,149,64); }

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

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

 a { background-color: rgb(17,149,64); }

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

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

 span { border-color: rgb(17,149,64); }

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