#137716

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

Shades of Forest Green #137716

Tints of Forest Green #137716

Color information

#137716 (or 0x137716) is unknown color: approx Forest Green. HEX triplet: 13, 77 and 16. RGB value is (19,119,22). Sum of RGB (Red+Green+Blue) = 19+119+22=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 119 (46.88% from 255 or 74.38% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 119 - color contains mainly: green. Hex color #137716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137716 is #EC88E9. Grayscale: #4E4E4E. Windows color (decimal): -15501546 or 1472275. OLE color: 1472275.

HSL color Cylindrical-coordinate representation of color #137716: hue angle of 121.8º degrees, saturation: 0.72, 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 #137716 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB1911922-
CMYK0.8400.820.53
HSL121.8º72.46%27.06%-
HSV(B)121.8º84.03%46.67%-
XYZ7.0113.392.97-
YUV78.0496.3785.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.88%
GREEN value IS 119 (46.88% from 255) = 74.38%
BLUE value IS 22 (8.98% from 255) = 13.75%
R=11.88%
G=74.38%
B=13.75%

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
Decimal19119220.8400.820.53121.872.4627.06
Hex13771654052357a481b
Octal231672612401226517211033
Binary100111110111101101010100010100101101011111010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137716; }

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

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

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

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

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

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

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

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