Html Css Color HEX #139D3A Pigment Green

📋 copy color: '#139D3A'

red 19 ◦ green 157 ◦ blue 58

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

Shades of Pigment Green #139D3A

Tints of Pigment Green #139D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.79%

R = 8.12%
G = 67.09%
B = 24.79%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#139D3A (or 0x139D3A) is known color: Pigment Green. HEX triplet: 13, 9D and 3A. RGB value is (19,157,58). Sum of RGB (Red+Green+Blue) = 19+157+58=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 157 (61.72% from 255 or 67.09% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 157 - color contains mainly: green. Hex color #139D3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139D3A is #EC62C5. Grayscale: #686868. Windows color (decimal): -15491782 or 3841299. OLE color: 3841299.

HSL color Cylindrical-coordinate representation of color #139D3A: hue angle of 136.96º 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 #139D3A is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 157 58 -
CMYK 0.88 0 0.63 0.38
HSL 136.96º 0.78% 0.35% -
HSV(B) 136.96º 0.88% 0.62% -
XYZ 13.09 24.56 8.05 -
YUV 104.45 101.78 67.05 -
System Red Green Blue C M Y K H S L
Decimal 19 157 58 0.88 0 0.63 0.38 136.96 0.78 0.35
Hex 13 9D 3A 58 0 3F 26 89 4E 23
Octal 23 235 72 130 0 77 46 211 116 43
Binary 10011 10011101 111010 1011000 0 111111 100110 10001001 1001110 100011

Color Harmonies of #139D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139D3A

Black with #139D3A

Text Example


Text Example

White with #139D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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