Html Css Color HEX #119449 Pigment Green

📋 copy color: '#119449'

red 17 ◦ green 148 ◦ blue 73

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

Shades of Pigment Green #119449

Tints of Pigment Green #119449

RGB

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

 GREEN value IS 148 (58.2% from 255) = 62.18%

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

R = 7.14%
G = 62.18%
B = 30.67%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#119449 (or 0x119449) is known color: Pigment Green. HEX triplet: 11, 94 and 49. RGB value is (17,148,73). Sum of RGB (Red+Green+Blue) = 17+148+73=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 148 (58.20% from 255 or 62.18% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 148 - color contains mainly: green. Hex color #119449 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119449 is #EE6BB6. Grayscale: #646464. Windows color (decimal): -15625143 or 4822033. OLE color: 4822033.

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

Color convert

RGB 17 148 73 -
CMYK 0.89 0 0.51 0.42
HSL 145.65º 0.79% 0.32% -
HSV(B) 145.65º 0.89% 0.58% -
XYZ 12.02 21.78 9.87 -
YUV 100.28 112.6 68.6 -
System Red Green Blue C M Y K H S L
Decimal 17 148 73 0.89 0 0.51 0.42 145.65 0.79 0.32
Hex 11 94 49 59 0 33 2A 92 4F 20
Octal 21 224 111 131 0 63 52 222 117 40
Binary 10001 10010100 1001001 1011001 0 110011 101010 10010010 1001111 100000

Color Harmonies of #119449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119449

Black with #119449

Text Example


Text Example

White with #119449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119449; }

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

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

background-color css

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

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

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

border-color css

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

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

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