Html Css Color HEX #119352 Pigment Green

📋 copy color: '#119352'

red 17 ◦ green 147 ◦ blue 82

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

Shades of Pigment Green #119352

Tints of Pigment Green #119352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.33%

R = 6.91%
G = 59.76%
B = 33.33%

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

#119352 (or 0x119352) is known color: Pigment Green. HEX triplet: 11, 93 and 52. RGB value is (17,147,82). Sum of RGB (Red+Green+Blue) = 17+147+82=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 147 (57.81% from 255 or 59.76% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 147 - color contains mainly: green. Hex color #119352 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119352 is #EE6CAD. Grayscale: #646464. Windows color (decimal): -15625390 or 5411601. OLE color: 5411601.

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

Color convert

RGB 17 147 82 -
CMYK 0.88 0 0.44 0.42
HSL 150º 0.79% 0.32% -
HSV(B) 150º 0.88% 0.58% -
XYZ 12.19 21.6 11.51 -
YUV 100.72 117.43 68.29 -
System Red Green Blue C M Y K H S L
Decimal 17 147 82 0.88 0 0.44 0.42 150 0.79 0.32
Hex 11 93 52 58 0 2C 2A 96 4F 20
Octal 21 223 122 130 0 54 52 226 117 40
Binary 10001 10010011 1010010 1011000 0 101100 101010 10010110 1001111 100000

Color Harmonies of #119352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119352

Black with #119352

Text Example


Text Example

White with #119352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119352; }

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

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

background-color css

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

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

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

border-color css

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

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

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