#139611

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

Shades of Forest Green #139611

Tints of Forest Green #139611

Color information

#139611 (or 0x139611) is unknown color: approx Forest Green. HEX triplet: 13, 96 and 11. RGB value is (19,150,17). Sum of RGB (Red+Green+Blue) = 19+150+17=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 150 (58.98% from 255 or 80.65% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 150 - color contains mainly: green. Hex color #139611 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139611 is #EC69EE. Grayscale: #606060. Windows color (decimal): -15493615 or 1152531. OLE color: 1152531.

HSL color Cylindrical-coordinate representation of color #139611: hue angle of 119.1º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #139611 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB1915017-
CMYK0.8700.890.41
HSL119.1º79.64%32.75%-
HSV(B)119.1º88.67%58.82%-
XYZ11.2821.994.18-
YUV95.6783.673.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.22%
GREEN value IS 150 (58.98% from 255) = 80.65%
BLUE value IS 17 (7.03% from 255) = 9.14%
R=10.22%
G=80.65%
B=9.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal19150170.8700.890.41119.179.6432.75
Hex1396115705929775021
Octal232262112701315116712041
Binary10011100101101000110101110101100110100111101111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139611; }

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

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

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

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

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

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

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

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