#139753

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

Shades of Pigment Green #139753

Tints of Pigment Green #139753

Color information

#139753 (or 0x139753) is unknown color: approx Pigment Green. HEX triplet: 13, 97 and 53. RGB value is (19,151,83). Sum of RGB (Red+Green+Blue) = 19+151+83=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 151 (59.38% from 255 or 59.68% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 151 - color contains mainly: green. Hex color #139753 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139753 is #EC68AC. Grayscale: #676767. Windows color (decimal): -15493293 or 5478163. OLE color: 5478163.

HSL color Cylindrical-coordinate representation of color #139753: hue angle of 149.09º 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 #139753 is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB1915183-
CMYK0.8700.450.41
HSL149.09º77.65%33.33%-
HSV(B)149.09º87.42%59.22%-
XYZ12.922.911.92-
YUV103.78116.2767.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.51%
GREEN value IS 151 (59.38% from 255) = 59.68%
BLUE value IS 83 (32.81% from 255) = 32.81%
R=7.51%
G=59.68%
B=32.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal19151830.8700.450.41149.0977.6533.33
Hex1397535702D29954e21
Octal232271231270555122511641
Binary1001110010111101001110101110101101101001100101011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139753; }

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

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

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

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

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

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

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

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