Html Css Color HEX #139540 Pigment Green

📋 copy color: '#139540'

red 19 ◦ green 149 ◦ blue 64

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

Shades of Pigment Green #139540

Tints of Pigment Green #139540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.59%

R = 8.19%
G = 64.22%
B = 27.59%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#139540 (or 0x139540) is known color: Pigment Green. HEX triplet: 13, 95 and 40. RGB value is (19,149,64). Sum of RGB (Red+Green+Blue) = 19+149+64=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 149 (58.59% from 255 or 64.22% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 149 - color contains mainly: green. Hex color #139540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139540 is #EC6ABF. Grayscale: #646464. Windows color (decimal): -15493824 or 4232467. OLE color: 4232467.

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

Color convert

RGB 19 149 64 -
CMYK 0.87 0 0.57 0.42
HSL 140.77º 0.77% 0.33% -
HSV(B) 140.77º 0.87% 0.58% -
XYZ 11.94 22 8.47 -
YUV 100.44 107.43 69.91 -
System Red Green Blue C M Y K H S L
Decimal 19 149 64 0.87 0 0.57 0.42 140.77 0.77 0.33
Hex 13 95 40 57 0 39 2A 8D 4D 21
Octal 23 225 100 127 0 71 52 215 115 41
Binary 10011 10010101 1000000 1010111 0 111001 101010 10001101 1001101 100001

Color Harmonies of #139540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139540

Black with #139540

Text Example


Text Example

White with #139540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139540; }

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

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

background-color css

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

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

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

border-color css

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

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

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