Html Css Color HEX #139550 Pigment Green

📋 copy color: '#139550'

red 19 ◦ green 149 ◦ blue 80

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

Shades of Pigment Green #139550

Tints of Pigment Green #139550

RGB

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

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

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

R = 7.66%
G = 60.08%
B = 32.26%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#139550 (or 0x139550) is known color: Pigment Green. HEX triplet: 13, 95 and 50. RGB value is (19,149,80). Sum of RGB (Red+Green+Blue) = 19+149+80=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 149 (58.59% from 255 or 60.08% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 149 - color contains mainly: green. Hex color #139550 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139550 is #EC6AAF. Grayscale: #666666. Windows color (decimal): -15493808 or 5281043. OLE color: 5281043.

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

Color convert

RGB 19 149 80 -
CMYK 0.87 0 0.46 0.42
HSL 148.15º 0.77% 0.33% -
HSV(B) 148.15º 0.87% 0.58% -
XYZ 12.46 22.21 11.22 -
YUV 102.26 115.43 68.61 -
System Red Green Blue C M Y K H S L
Decimal 19 149 80 0.87 0 0.46 0.42 148.15 0.77 0.33
Hex 13 95 50 57 0 2E 2A 94 4D 21
Octal 23 225 120 127 0 56 52 224 115 41
Binary 10011 10010101 1010000 1010111 0 101110 101010 10010100 1001101 100001

Color Harmonies of #139550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139550

Black with #139550

Text Example


Text Example

White with #139550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139550; }

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

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

background-color css

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

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

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

border-color css

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

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

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