Html Css Color HEX #139549 Pigment Green

📋 copy color: '#139549'

red 19 ◦ green 149 ◦ blue 73

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

Shades of Pigment Green #139549

Tints of Pigment Green #139549

RGB

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

 GREEN value IS 149 (58.59% from 255) = 61.83%

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

R = 7.88%
G = 61.83%
B = 30.29%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#139549 (or 0x139549) is known color: Pigment Green. HEX triplet: 13, 95 and 49. RGB value is (19,149,73). Sum of RGB (Red+Green+Blue) = 19+149+73=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 149 (58.59% from 255 or 61.83% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 149 - color contains mainly: green. Hex color #139549 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139549 is #EC6AB6. Grayscale: #656565. Windows color (decimal): -15493815 or 4822291. OLE color: 4822291.

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

Color convert

RGB 19 149 73 -
CMYK 0.87 0 0.51 0.42
HSL 144.92º 0.77% 0.33% -
HSV(B) 144.92º 0.87% 0.58% -
XYZ 12.22 22.11 9.93 -
YUV 101.47 111.93 69.18 -
System Red Green Blue C M Y K H S L
Decimal 19 149 73 0.87 0 0.51 0.42 144.92 0.77 0.33
Hex 13 95 49 57 0 33 2A 91 4D 21
Octal 23 225 111 127 0 63 52 221 115 41
Binary 10011 10010101 1001001 1010111 0 110011 101010 10010001 1001101 100001

Color Harmonies of #139549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139549

Black with #139549

Text Example


Text Example

White with #139549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139549; }

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

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

background-color css

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

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

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

border-color css

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

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

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