Html Css Color HEX #139649 Pigment Green

📋 copy color: '#139649'

red 19 ◦ green 150 ◦ blue 73

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

Shades of Pigment Green #139649

Tints of Pigment Green #139649

RGB

 RED value IS 19 (7.81% from 255) = 7.85%

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

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

R = 7.85%
G = 61.98%
B = 30.17%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#139649 (or 0x139649) is known color: Pigment Green. HEX triplet: 13, 96 and 49. RGB value is (19,150,73). Sum of RGB (Red+Green+Blue) = 19+150+73=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 150 (58.98% from 255 or 61.98% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 150 - color contains mainly: green. Hex color #139649 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139649 is #EC69B6. Grayscale: #666666. Windows color (decimal): -15493559 or 4822547. OLE color: 4822547.

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

Color convert

RGB 19 150 73 -
CMYK 0.87 0 0.51 0.41
HSL 144.73º 0.78% 0.33% -
HSV(B) 144.73º 0.87% 0.59% -
XYZ 12.38 22.43 9.98 -
YUV 102.05 111.6 68.76 -
System Red Green Blue C M Y K H S L
Decimal 19 150 73 0.87 0 0.51 0.41 144.73 0.78 0.33
Hex 13 96 49 57 0 33 29 91 4E 21
Octal 23 226 111 127 0 63 51 221 116 41
Binary 10011 10010110 1001001 1010111 0 110011 101001 10010001 1001110 100001

Color Harmonies of #139649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139649

Black with #139649

Text Example


Text Example

White with #139649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139649; }

 p { color: rgb(19,150,73); }

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

background-color css

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

 a { background-color: rgb(19,150,73); }

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

border-color css

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

 span { border-color: rgb(19,150,73); }

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