#137916

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

Shades of Forest Green #137916

Tints of Forest Green #137916

Color information

#137916 (or 0x137916) is unknown color: approx Forest Green. HEX triplet: 13, 79 and 16. RGB value is (19,121,22). Sum of RGB (Red+Green+Blue) = 19+121+22=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 121 (47.66% from 255 or 74.69% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 121 - color contains mainly: green. Hex color #137916 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137916 is #EC86E9. Grayscale: #4F4F4F. Windows color (decimal): -15501034 or 1472787. OLE color: 1472787.

HSL color Cylindrical-coordinate representation of color #137916: hue angle of 121.76º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137916 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB1912122-
CMYK0.8400.820.53
HSL121.76º72.86%27.45%-
HSV(B)121.76º84.3%47.45%-
XYZ7.2513.873.05-
YUV79.2295.7185.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.73%
GREEN value IS 121 (47.66% from 255) = 74.69%
BLUE value IS 22 (8.98% from 255) = 13.58%
R=11.73%
G=74.69%
B=13.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19121220.8400.820.53121.7672.8627.45
Hex13791654052357a491b
Octal231712612401226517211133
Binary100111111001101101010100010100101101011111010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137916; }

 p { color: rgb(19,121,22); }

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

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

 a { background-color: rgb(19,121,22); }

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

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

 span { border-color: rgb(19,121,22); }

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