#139B48

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

Shades of Pigment Green #139B48

Tints of Pigment Green #139B48

Color information

#139B48 (or 0x139B48) is unknown color: approx Pigment Green. HEX triplet: 13, 9B and 48. RGB value is (19,155,72). Sum of RGB (Red+Green+Blue) = 19+155+72=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 155 (60.94% from 255 or 63.01% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 155 - color contains mainly: green. Hex color #139B48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139B48 is #EC64B7. Grayscale: #696969. Windows color (decimal): -15492280 or 4758291. OLE color: 4758291.

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

Color convert

RGB1915572-
CMYK0.8800.540.39
HSL143.38º78.16%34.12%-
HSV(B)143.38º87.74%60.78%-
XYZ13.1624.0510.08-
YUV104.87109.4466.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.72%
GREEN value IS 155 (60.94% from 255) = 63.01%
BLUE value IS 72 (28.52% from 255) = 29.27%
R=7.72%
G=63.01%
B=29.27%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal19155720.8800.540.39143.3878.1634.12
Hex139B4858036278f4e22
Octal232331101300664721711642
Binary1001110011011100100010110000110110100111100011111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,155,72); }

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

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

 a { background-color: rgb(19,155,72); }

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

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

 span { border-color: rgb(19,155,72); }

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