Html Css Color HEX #119552 Pigment Green

📋 copy color: '#119552'

red 17 ◦ green 149 ◦ blue 82

#119552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #119552

Tints of Pigment Green #119552

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 value IS 0.89

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#119552 (or 0x119552) is known color: 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

RGB 17 149 82 -
CMYK 0.89 0 0.45 0.42
HSL 149.55º 0.8% 0.33% -
HSV(B) 149.55º 0.89% 0.58% -
XYZ 12.5 22.22 11.61 -
YUV 101.89 116.77 67.45 -
System Red Green Blue C M Y K H S L
Decimal 17 149 82 0.89 0 0.45 0.42 149.55 0.8 0.33
Hex 11 95 52 59 0 2D 2A 96 50 21
Octal 21 225 122 131 0 55 52 226 120 41
Binary 10001 10010101 1010010 1011001 0 101101 101010 10010110 1010000 100001

Color Harmonies of #119552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119552

Black with #119552

Text Example


Text Example

White with #119552

Text Example


Text Example

HTML Codes & Css Web 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>