Html Css Color HEX #139B57 Pigment Green

📋 copy color: '#139B57'

red 19 ◦ green 155 ◦ blue 87

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

Shades of Pigment Green #139B57

Tints of Pigment Green #139B57

RGB

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

 GREEN value IS 155 (60.94% from 255) = 59.39%

 BLUE value IS 87 (34.38% from 255) = 33.33%

R = 7.28%
G = 59.39%
B = 33.33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#139B57 (or 0x139B57) is known color: Pigment Green. HEX triplet: 13, 9B and 57. RGB value is (19,155,87). Sum of RGB (Red+Green+Blue) = 19+155+87=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 155 (60.94% from 255 or 59.39% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 155 - color contains mainly: green. Hex color #139B57 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139B57 is #EC64A8. Grayscale: #6A6A6A. Windows color (decimal): -15492265 or 5741331. OLE color: 5741331.

HSL color Cylindrical-coordinate representation of color #139B57: hue angle of 150º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139B57 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB 19 155 87 -
CMYK 0.88 0 0.44 0.39
HSL 150º 0.78% 0.34% -
HSV(B) 150º 0.88% 0.61% -
XYZ 13.71 24.27 12.98 -
YUV 106.58 116.94 65.53 -
System Red Green Blue C M Y K H S L
Decimal 19 155 87 0.88 0 0.44 0.39 150 0.78 0.34
Hex 13 9B 57 58 0 2C 27 96 4E 22
Octal 23 233 127 130 0 54 47 226 116 42
Binary 10011 10011011 1010111 1011000 0 101100 100111 10010110 1001110 100010

Color Harmonies of #139B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139B57

Black with #139B57

Text Example


Text Example

White with #139B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139B57; }

 p { color: rgb(19,155,87); }

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

background-color css

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

 a { background-color: rgb(19,155,87); }

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

border-color css

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

 span { border-color: rgb(19,155,87); }

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