#11963C

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

Shades of Pigment Green #11963C

Tints of Pigment Green #11963C

Color information

#11963C (or 0x11963C) is unknown color: approx Pigment Green. HEX triplet: 11, 96 and 3C. RGB value is (17,150,60). Sum of RGB (Red+Green+Blue) = 17+150+60=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 150 (58.98% from 255 or 66.08% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 150 - color contains mainly: green. Hex color #11963C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11963C is #EE69C3. Grayscale: #646464. Windows color (decimal): -15624644 or 3970577. OLE color: 3970577.

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

Color convert

RGB1715060-
CMYK0.8900.60.41
HSL139.4º79.64%32.75%-
HSV(B)139.4º88.67%58.82%-
XYZ11.9522.267.94-
YUV99.97105.4468.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.49%
GREEN value IS 150 (58.98% from 255) = 66.08%
BLUE value IS 60 (23.83% from 255) = 26.43%
R=7.49%
G=66.08%
B=26.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17150600.8900.60.41139.479.6432.75
Hex11963C5903C298b5021
Octal21226741310745121312041
Binary100011001011011110010110010111100101001100010111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11963C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11963C; }

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

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

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

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

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

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

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

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