#139948

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

Shades of Pigment Green #139948

Tints of Pigment Green #139948

Color information

#139948 (or 0x139948) is unknown color: approx Pigment Green. HEX triplet: 13, 99 and 48. RGB value is (19,153,72). Sum of RGB (Red+Green+Blue) = 19+153+72=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 153 (60.16% from 255 or 62.70% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 153 - color contains mainly: green. Hex color #139948 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139948 is #EC66B7. Grayscale: #676767. Windows color (decimal): -15492792 or 4757779. OLE color: 4757779.

HSL color Cylindrical-coordinate representation of color #139948: hue angle of 143.73º 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 #139948 is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB1915372-
CMYK0.8800.530.4
HSL143.73º77.91%33.73%-
HSV(B)143.73º87.58%60%-
XYZ12.8323.399.97-
YUV103.7110.1167.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.79%
GREEN value IS 153 (60.16% from 255) = 62.70%
BLUE value IS 72 (28.52% from 255) = 29.51%
R=7.79%
G=62.70%
B=29.51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal19153720.8800.530.4143.7377.9133.73
Hex1399485803528904e22
Octal232311101300655022011642
Binary1001110011001100100010110000110101101000100100001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139948; }

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

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

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

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

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

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

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

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