Html Css Color HEX #139D56 Pigment Green

📋 copy color: '#139D56'

red 19 ◦ green 157 ◦ blue 86

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

Shades of Pigment Green #139D56

Tints of Pigment Green #139D56

RGB

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

 GREEN value IS 157 (61.72% from 255) = 59.92%

 BLUE value IS 86 (33.98% from 255) = 32.82%

R = 7.25%
G = 59.92%
B = 32.82%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#139D56 (or 0x139D56) is known color: Pigment Green. HEX triplet: 13, 9D and 56. RGB value is (19,157,86). Sum of RGB (Red+Green+Blue) = 19+157+86=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 157 (61.72% from 255 or 59.92% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 157 - color contains mainly: green. Hex color #139D56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139D56 is #EC62A9. Grayscale: #6B6B6B. Windows color (decimal): -15491754 or 5676307. OLE color: 5676307.

HSL color Cylindrical-coordinate representation of color #139D56: hue angle of 149.13º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139D56 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 157 86 -
CMYK 0.88 0 0.45 0.38
HSL 149.13º 0.78% 0.35% -
HSV(B) 149.13º 0.88% 0.62% -
XYZ 14.01 24.92 12.88 -
YUV 107.64 115.78 64.77 -
System Red Green Blue C M Y K H S L
Decimal 19 157 86 0.88 0 0.45 0.38 149.13 0.78 0.35
Hex 13 9D 56 58 0 2D 26 95 4E 23
Octal 23 235 126 130 0 55 46 225 116 43
Binary 10011 10011101 1010110 1011000 0 101101 100110 10010101 1001110 100011

Color Harmonies of #139D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139D56

Black with #139D56

Text Example


Text Example

White with #139D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,157,86); }

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

background-color css

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

 a { background-color: rgb(19,157,86); }

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

border-color css

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

 span { border-color: rgb(19,157,86); }

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