#139545

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

Shades of Pigment Green #139545

Tints of Pigment Green #139545

Color information

#139545 (or 0x139545) is unknown color: approx Pigment Green. HEX triplet: 13, 95 and 45. RGB value is (19,149,69). Sum of RGB (Red+Green+Blue) = 19+149+69=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 149 (58.59% from 255 or 62.87% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 149 - color contains mainly: green. Hex color #139545 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139545 is #EC6ABA. Grayscale: #656565. Windows color (decimal): -15493819 or 4560147. OLE color: 4560147.

HSL color Cylindrical-coordinate representation of color #139545: hue angle of 143.08º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139545 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB1914969-
CMYK0.8700.540.42
HSL143.08º77.38%32.94%-
HSV(B)143.08º87.25%58.43%-
XYZ12.0922.069.25-
YUV101.01109.9369.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.02%
GREEN value IS 149 (58.59% from 255) = 62.87%
BLUE value IS 69 (27.34% from 255) = 29.11%
R=8.02%
G=62.87%
B=29.11%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19149690.8700.540.42143.0877.3832.94
Hex139545570362A8f4d21
Octal232251051270665221711541
Binary1001110010101100010110101110110110101010100011111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139545; }

 p { color: rgb(19,149,69); }

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

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

 a { background-color: rgb(19,149,69); }

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

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

 span { border-color: rgb(19,149,69); }

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