#13973F

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

Shades of Pigment Green #13973F

Tints of Pigment Green #13973F

Color information

#13973F (or 0x13973F) is unknown color: approx Pigment Green. HEX triplet: 13, 97 and 3F. RGB value is (19,151,63). Sum of RGB (Red+Green+Blue) = 19+151+63=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 151 (59.38% from 255 or 64.81% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 151 - color contains mainly: green. Hex color #13973F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13973F is #EC68C0. Grayscale: #656565. Windows color (decimal): -15493313 or 4167443. OLE color: 4167443.

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

Color convert

RGB1915163-
CMYK0.8700.580.41
HSL140º77.65%33.33%-
HSV(B)140º87.42%59.22%-
XYZ12.2322.638.43-
YUV101.5106.2769.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.15%
GREEN value IS 151 (59.38% from 255) = 64.81%
BLUE value IS 63 (25% from 255) = 27.04%
R=8.15%
G=64.81%
B=27.04%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal19151630.8700.580.4114077.6533.33
Hex13973F5703A298c4e21
Octal23227771270725121411641
Binary100111001011111111110101110111010101001100011001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13973F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13973F; }

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

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

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

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

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

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

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

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