#119552

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

Shades of Pigment Green #119552

Tints of Pigment Green #119552

Color information

#119552 (or 0x119552) is unknown color: approx Pigment Green. HEX triplet: 11, 95 and 52. RGB value is (17,149,82). Sum of RGB (Red+Green+Blue) = 17+149+82=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 149 (58.59% from 255 or 60.08% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 149 - color contains mainly: green. Hex color #119552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119552 is #EE6AAD. Grayscale: #666666. Windows color (decimal): -15624878 or 5412113. OLE color: 5412113.

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

Color convert

RGB1714982-
CMYK0.8900.450.42
HSL149.55º79.52%32.55%-
HSV(B)149.55º88.59%58.43%-
XYZ12.522.2211.61-
YUV101.89116.7767.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.85%
GREEN value IS 149 (58.59% from 255) = 60.08%
BLUE value IS 82 (32.42% from 255) = 33.06%
R=6.85%
G=60.08%
B=33.06%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17149820.8900.450.42149.5579.5232.55
Hex1195525902D2A965021
Octal212251221310555222612041
Binary1000110010101101001010110010101101101010100101101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119552; }

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

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

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

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

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

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

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

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