Html Css Color HEX #119353 Pigment Green

📋 copy color: '#119353'

red 17 ◦ green 147 ◦ blue 83

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

Shades of Pigment Green #119353

Tints of Pigment Green #119353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.6%

R = 6.88%
G = 59.51%
B = 33.6%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#119353 (or 0x119353) is known color: Pigment Green. HEX triplet: 11, 93 and 53. RGB value is (17,147,83). Sum of RGB (Red+Green+Blue) = 17+147+83=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 147 (57.81% from 255 or 59.51% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 147 - color contains mainly: green. Hex color #119353 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119353 is #EE6CAC. Grayscale: #646464. Windows color (decimal): -15625389 or 5477137. OLE color: 5477137.

HSL color Cylindrical-coordinate representation of color #119353: hue angle of 150.46º 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 #119353 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 147 83 -
CMYK 0.88 0 0.44 0.42
HSL 150.46º 0.79% 0.32% -
HSV(B) 150.46º 0.88% 0.58% -
XYZ 12.23 21.61 11.71 -
YUV 100.83 117.93 68.2 -
System Red Green Blue C M Y K H S L
Decimal 17 147 83 0.88 0 0.44 0.42 150.46 0.79 0.32
Hex 11 93 53 58 0 2C 2A 96 4F 20
Octal 21 223 123 130 0 54 52 226 117 40
Binary 10001 10010011 1010011 1011000 0 101100 101010 10010110 1001111 100000

Color Harmonies of #119353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119353

Black with #119353

Text Example


Text Example

White with #119353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119353; }

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

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

background-color css

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

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

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

border-color css

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

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

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