#139E55

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

Shades of Pigment Green #139E55

Tints of Pigment Green #139E55

Color information

#139E55 (or 0x139E55) is unknown color: approx Pigment Green. HEX triplet: 13, 9E and 55. RGB value is (19,158,85). Sum of RGB (Red+Green+Blue) = 19+158+85=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 158 (62.11% from 255 or 60.31% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 158 - color contains mainly: green. Hex color #139E55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139E55 is #EC61AA. Grayscale: #6C6C6C. Windows color (decimal): -15491499 or 5611027. OLE color: 5611027.

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

Color convert

RGB1915885-
CMYK0.8800.460.38
HSL148.49º78.53%34.71%-
HSV(B)148.49º87.97%61.96%-
XYZ14.1425.2512.72-
YUV108.12114.9564.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.25%
GREEN value IS 158 (62.11% from 255) = 60.31%
BLUE value IS 85 (33.59% from 255) = 32.44%
R=7.25%
G=60.31%
B=32.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19158850.8800.460.38148.4978.5334.71
Hex139E555802E26944f23
Octal232361251300564622411743
Binary1001110011110101010110110000101110100110100101001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,158,85); }

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

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

 a { background-color: rgb(19,158,85); }

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

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

 span { border-color: rgb(19,158,85); }

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