Html Css Color HEX #119B49 Pigment Green

📋 copy color: '#119B49'

red 17 ◦ green 155 ◦ blue 73

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

Shades of Pigment Green #119B49

Tints of Pigment Green #119B49

RGB

 RED value IS 17 (7.03% from 255) = 6.94%

 GREEN value IS 155 (60.94% from 255) = 63.27%

 BLUE value IS 73 (28.91% from 255) = 29.8%

R = 6.94%
G = 63.27%
B = 29.8%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#119B49 (or 0x119B49) is known color: Pigment Green. HEX triplet: 11, 9B and 49. RGB value is (17,155,73). Sum of RGB (Red+Green+Blue) = 17+155+73=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 155 (60.94% from 255 or 63.27% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 155 - color contains mainly: green. Hex color #119B49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119B49 is #EE64B6. Grayscale: #686868. Windows color (decimal): -15623351 or 4823825. OLE color: 4823825.

HSL color Cylindrical-coordinate representation of color #119B49: hue angle of 144.35º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119B49 is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB 17 155 73 -
CMYK 0.89 0 0.53 0.39
HSL 144.35º 0.8% 0.34% -
HSV(B) 144.35º 0.89% 0.61% -
XYZ 13.16 24.04 10.25 -
YUV 104.39 110.28 65.67 -
System Red Green Blue C M Y K H S L
Decimal 17 155 73 0.89 0 0.53 0.39 144.35 0.8 0.34
Hex 11 9B 49 59 0 35 27 90 50 22
Octal 21 233 111 131 0 65 47 220 120 42
Binary 10001 10011011 1001001 1011001 0 110101 100111 10010000 1010000 100010

Color Harmonies of #119B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119B49

Black with #119B49

Text Example


Text Example

White with #119B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119B49; }

 p { color: rgb(17,155,73); }

 H1.HeaderClassName
 {
   color: #119B49;
 }
 .AnyTagClassName
 {
   color: #119B49;
 }
</style>

background-color css

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

 a { background-color: rgb(17,155,73); }

 div.DivClassName
 {
   background-color: #119B49;
 }
 .BgClassName
 {
   background-color: #119B49;
 }
</style>

border-color css

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

 span { border-color: rgb(17,155,73); }

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