#139D46

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

Shades of Pigment Green #139D46

Tints of Pigment Green #139D46

Color information

#139D46 (or 0x139D46) is unknown color: approx Pigment Green. HEX triplet: 13, 9D and 46. RGB value is (19,157,70). Sum of RGB (Red+Green+Blue) = 19+157+70=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 157 (61.72% from 255 or 63.82% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 157 - color contains mainly: green. Hex color #139D46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139D46 is #EC62B9. Grayscale: #6A6A6A. Windows color (decimal): -15491770 or 4627731. OLE color: 4627731.

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

Color convert

RGB1915770-
CMYK0.8800.550.38
HSL142.17º78.41%34.51%-
HSV(B)142.17º87.9%61.57%-
XYZ13.4324.699.85-
YUV105.82107.7866.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.72%
GREEN value IS 157 (61.72% from 255) = 63.82%
BLUE value IS 70 (27.73% from 255) = 28.46%
R=7.72%
G=63.82%
B=28.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19157700.8800.550.38142.1778.4134.51
Hex139D4658037268e4e23
Octal232351061300674621611643
Binary1001110011101100011010110000110111100110100011101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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