#139a3f

Color #139A3F Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #139A3F

Tints of Pigment Green #139A3F

Color information

#139A3F (or 0x139A3F) is unknown color: approx Pigment Green. HEX triplet: 13, 9A and 3F. RGB value is (19,154,63). Sum of RGB (Red+Green+Blue) = 19+154+63=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 154 (60.55% from 255 or 65.25% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 154 - color contains mainly: green. Hex color #139A3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139A3F is #EC65C0. Grayscale: #676767. Windows color (decimal): -15492545 or 4168211. OLE color: 4168211.

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

Color convert

RGB1915463-
CMYK0.8800.590.40
HSL139.56º78.03%33.92%-
HSV(B)139.56º87.66%60.39%-
XYZ12.7223.618.59-
YUV103.26105.2767.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.05%
GREEN value IS 154 (60.55% from 255) = 65.25%
BLUE value IS 63 (25% from 255) = 26.69%
R=8.05%
G=65.25%
B=26.69%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal19154630.8800.590.40139.5678.0333.92
Hex139A3F5803B288c4e22
Octal23232771300735021411642
Binary100111001101011111110110000111011101000100011001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139a3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,154,63); }

 H1.HeaderClassName
 {
   color: #139a3f;
 }
 .AnyTagClassName
 {
   color: #139a3f;
 }
</style>
background-color css

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

 a { background-color: rgb(19,154,63); }

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

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

 span { border-color: rgb(19,154,63); }

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