#119640

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

Shades of Pigment Green #119640

Tints of Pigment Green #119640

Color information

#119640 (or 0x119640) is unknown color: approx Pigment Green. HEX triplet: 11, 96 and 40. RGB value is (17,150,64). Sum of RGB (Red+Green+Blue) = 17+150+64=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 150 (58.98% from 255 or 64.94% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 150 - color contains mainly: green. Hex color #119640 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119640 is #EE69BF. Grayscale: #646464. Windows color (decimal): -15624640 or 4232721. OLE color: 4232721.

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

Color convert

RGB1715064-
CMYK0.8900.570.41
HSL141.2º79.64%32.75%-
HSV(B)141.2º88.67%58.82%-
XYZ12.0622.38.52-
YUV100.43107.4468.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.36%
GREEN value IS 150 (58.98% from 255) = 64.94%
BLUE value IS 64 (25.39% from 255) = 27.71%
R=7.36%
G=64.94%
B=27.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17150640.8900.570.41141.279.6432.75
Hex11964059039298d5021
Octal212261001310715121512041
Binary1000110010110100000010110010111001101001100011011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119640; }

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

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

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

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

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

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

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

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