#11964d

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

Shades of Pigment Green #11964D

Tints of Pigment Green #11964D

Color information

#11964D (or 0x11964D) is unknown color: approx Pigment Green. HEX triplet: 11, 96 and 4D. RGB value is (17,150,77). Sum of RGB (Red+Green+Blue) = 17+150+77=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 150 (58.98% from 255 or 61.48% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 150 - color contains mainly: green. Hex color #11964D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11964D is #EE69B2. Grayscale: #666666. Windows color (decimal): -15624627 or 5084689. OLE color: 5084689.

HSL color Cylindrical-coordinate representation of color #11964D: hue angle of 147.07º 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 #11964D is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB1715077-
CMYK0.8900.490.41
HSL147.07º79.64%32.75%-
HSV(B)147.07º88.67%58.82%-
XYZ12.4822.4710.7-
YUV101.91113.9467.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.97%
GREEN value IS 150 (58.98% from 255) = 61.48%
BLUE value IS 77 (30.47% from 255) = 31.56%
R=6.97%
G=61.48%
B=31.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17150770.8900.490.41147.0779.6432.75
Hex11964D5903129935021
Octal212261151310615122312041
Binary1000110010110100110110110010110001101001100100111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11964d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11964d; }

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

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

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

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

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

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

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

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