#139741

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

Shades of Pigment Green #139741

Tints of Pigment Green #139741

Color information

#139741 (or 0x139741) is unknown color: approx Pigment Green. HEX triplet: 13, 97 and 41. RGB value is (19,151,65). Sum of RGB (Red+Green+Blue) = 19+151+65=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 151 (59.38% from 255 or 64.26% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 151 - color contains mainly: green. Hex color #139741 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139741 is #EC68BE. Grayscale: #656565. Windows color (decimal): -15493311 or 4298515. OLE color: 4298515.

HSL color Cylindrical-coordinate representation of color #139741: hue angle of 140.91º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139741 is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB1915165-
CMYK0.8700.570.41
HSL140.91º77.65%33.33%-
HSV(B)140.91º87.42%59.22%-
XYZ12.2922.658.73-
YUV101.73107.2768.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.09%
GREEN value IS 151 (59.38% from 255) = 64.26%
BLUE value IS 65 (25.78% from 255) = 27.66%
R=8.09%
G=64.26%
B=27.66%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal19151650.8700.570.41140.9177.6533.33
Hex13974157039298d4e21
Octal232271011270715121511641
Binary1001110010111100000110101110111001101001100011011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139741; }

 p { color: rgb(19,151,65); }

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

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

 a { background-color: rgb(19,151,65); }

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

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

 span { border-color: rgb(19,151,65); }

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