#13963F

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

Shades of Pigment Green #13963F

Tints of Pigment Green #13963F

Color information

#13963F (or 0x13963F) is unknown color: approx Pigment Green. HEX triplet: 13, 96 and 3F. RGB value is (19,150,63). Sum of RGB (Red+Green+Blue) = 19+150+63=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 150 (58.98% from 255 or 64.66% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 150 - color contains mainly: green. Hex color #13963F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13963F is #EC69C0. Grayscale: #656565. Windows color (decimal): -15493569 or 4167187. OLE color: 4167187.

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

Color convert

RGB1915063-
CMYK0.8700.580.41
HSL140.15º77.51%33.14%-
HSV(B)140.15º87.33%58.82%-
XYZ12.0722.318.37-
YUV100.91106.669.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.19%
GREEN value IS 150 (58.98% from 255) = 64.66%
BLUE value IS 63 (25% from 255) = 27.16%
R=8.19%
G=64.66%
B=27.16%

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
Decimal19150630.8700.580.41140.1577.5133.14
Hex13963F5703A298c4e21
Octal23226771270725121411641
Binary100111001011011111110101110111010101001100011001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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