#11953B

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

Shades of Pigment Green #11953B

Tints of Pigment Green #11953B

Color information

#11953B (or 0x11953B) is unknown color: approx Pigment Green. HEX triplet: 11, 95 and 3B. RGB value is (17,149,59). Sum of RGB (Red+Green+Blue) = 17+149+59=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 149 (58.59% from 255 or 66.22% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 149 - color contains mainly: green. Hex color #11953B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11953B is #EE6AC4. Grayscale: #636363. Windows color (decimal): -15624901 or 3904785. OLE color: 3904785.

HSL color Cylindrical-coordinate representation of color #11953B: hue angle of 139.09º 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 #11953B is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1714959-
CMYK0.8900.600.42
HSL139.09º79.52%32.55%-
HSV(B)139.09º88.59%58.43%-
XYZ11.7721.937.75-
YUV99.27105.2769.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.56%
GREEN value IS 149 (58.59% from 255) = 66.22%
BLUE value IS 59 (23.44% from 255) = 26.22%
R=7.56%
G=66.22%
B=26.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17149590.8900.600.42139.0979.5232.55
Hex11953B5903C2A8b5021
Octal21225731310745221312041
Binary100011001010111101110110010111100101010100010111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11953B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11953B; }

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

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

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

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

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

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

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

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