#139850

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

Shades of Pigment Green #139850

Tints of Pigment Green #139850

Color information

#139850 (or 0x139850) is unknown color: approx Pigment Green. HEX triplet: 13, 98 and 50. RGB value is (19,152,80). Sum of RGB (Red+Green+Blue) = 19+152+80=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 152 (59.77% from 255 or 60.56% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 152 - color contains mainly: green. Hex color #139850 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139850 is #EC67AF. Grayscale: #686868. Windows color (decimal): -15493040 or 5281811. OLE color: 5281811.

HSL color Cylindrical-coordinate representation of color #139850: hue angle of 147.52º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139850 is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB1915280-
CMYK0.8700.470.40
HSL147.52º77.78%33.53%-
HSV(B)147.52º87.5%59.61%-
XYZ12.9423.1711.38-
YUV104.02114.4467.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.57%
GREEN value IS 152 (59.77% from 255) = 60.56%
BLUE value IS 80 (31.64% from 255) = 31.87%
R=7.57%
G=60.56%
B=31.87%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal19152800.8700.470.40147.5277.7833.53
Hex1398505702F28944e22
Octal232301201270575022411642
Binary1001110011000101000010101110101111101000100101001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139850; }

 p { color: rgb(19,152,80); }

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

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

 a { background-color: rgb(19,152,80); }

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

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

 span { border-color: rgb(19,152,80); }

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