Html Css Color HEX #119349 Pigment Green

📋 copy color: '#119349'

red 17 ◦ green 147 ◦ blue 73

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

Shades of Pigment Green #119349

Tints of Pigment Green #119349

RGB

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

 GREEN value IS 147 (57.81% from 255) = 62.03%

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

R = 7.17%
G = 62.03%
B = 30.8%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#119349 (or 0x119349) is known color: Pigment Green. HEX triplet: 11, 93 and 49. RGB value is (17,147,73). Sum of RGB (Red+Green+Blue) = 17+147+73=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 147 (57.81% from 255 or 62.03% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 147 - color contains mainly: green. Hex color #119349 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119349 is #EE6CB6. Grayscale: #636363. Windows color (decimal): -15625399 or 4821777. OLE color: 4821777.

HSL color Cylindrical-coordinate representation of color #119349: hue angle of 145.85º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119349 is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 147 73 -
CMYK 0.88 0 0.50 0.42
HSL 145.85º 0.79% 0.32% -
HSV(B) 145.85º 0.88% 0.58% -
XYZ 11.87 21.47 9.82 -
YUV 99.69 112.93 69.02 -
System Red Green Blue C M Y K H S L
Decimal 17 147 73 0.88 0 0.50 0.42 145.85 0.79 0.32
Hex 11 93 49 58 0 32 2A 92 4F 20
Octal 21 223 111 130 0 62 52 222 117 40
Binary 10001 10010011 1001001 1011000 0 110010 101010 10010010 1001111 100000

Color Harmonies of #119349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119349

Black with #119349

Text Example


Text Example

White with #119349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119349; }

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

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

background-color css

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

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

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

border-color css

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

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

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