Html Css Color HEX #119641 Pigment Green

📋 copy color: '#119641'

red 17 ◦ green 150 ◦ blue 65

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

Shades of Pigment Green #119641

Tints of Pigment Green #119641

RGB

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

 GREEN value IS 150 (58.98% from 255) = 64.66%

 BLUE value IS 65 (25.78% from 255) = 28.02%

R = 7.33%
G = 64.66%
B = 28.02%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#119641 (or 0x119641) is known color: Pigment Green. HEX triplet: 11, 96 and 41. RGB value is (17,150,65). Sum of RGB (Red+Green+Blue) = 17+150+65=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 150 (58.98% from 255 or 64.66% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 150 - color contains mainly: green. Hex color #119641 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119641 is #EE69BE. Grayscale: #646464. Windows color (decimal): -15624639 or 4298257. OLE color: 4298257.

HSL color Cylindrical-coordinate representation of color #119641: hue angle of 141.65º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119641 is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 150 65 -
CMYK 0.89 0 0.57 0.41
HSL 141.65º 0.8% 0.33% -
HSV(B) 141.65º 0.89% 0.59% -
XYZ 12.09 22.31 8.67 -
YUV 100.54 107.94 68.41 -
System Red Green Blue C M Y K H S L
Decimal 17 150 65 0.89 0 0.57 0.41 141.65 0.8 0.33
Hex 11 96 41 59 0 39 29 8E 50 21
Octal 21 226 101 131 0 71 51 216 120 41
Binary 10001 10010110 1000001 1011001 0 111001 101001 10001110 1010000 100001

Color Harmonies of #119641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119641

Black with #119641

Text Example


Text Example

White with #119641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119641; }

 p { color: rgb(17,150,65); }

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

background-color css

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

 a { background-color: rgb(17,150,65); }

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

border-color css

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

 span { border-color: rgb(17,150,65); }

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