Html Css Color HEX #139750 Pigment Green

📋 copy color: '#139750'

red 19 ◦ green 151 ◦ blue 80

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

Shades of Pigment Green #139750

Tints of Pigment Green #139750

RGB

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

 GREEN value IS 151 (59.38% from 255) = 60.4%

 BLUE value IS 80 (31.64% from 255) = 32%

R = 7.6%
G = 60.4%
B = 32%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#139750 (or 0x139750) is known color: Pigment Green. HEX triplet: 13, 97 and 50. RGB value is (19,151,80). Sum of RGB (Red+Green+Blue) = 19+151+80=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 151 (59.38% from 255 or 60.4% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 151 - color contains mainly: green. Hex color #139750 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139750 is #EC68AF. Grayscale: #676767. Windows color (decimal): -15493296 or 5281555. OLE color: 5281555.

HSL color Cylindrical-coordinate representation of color #139750: hue angle of 147.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 #139750 is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 151 80 -
CMYK 0.87 0 0.47 0.41
HSL 147.73º 0.78% 0.33% -
HSV(B) 147.73º 0.87% 0.59% -
XYZ 12.78 22.85 11.33 -
YUV 103.44 114.77 67.77 -
System Red Green Blue C M Y K H S L
Decimal 19 151 80 0.87 0 0.47 0.41 147.73 0.78 0.33
Hex 13 97 50 57 0 2F 29 94 4E 21
Octal 23 227 120 127 0 57 51 224 116 41
Binary 10011 10010111 1010000 1010111 0 101111 101001 10010100 1001110 100001

Color Harmonies of #139750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139750

Black with #139750

Text Example


Text Example

White with #139750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139750; }

 p { color: rgb(19,151,80); }

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

background-color css

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

 a { background-color: rgb(19,151,80); }

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

border-color css

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

 span { border-color: rgb(19,151,80); }

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