#137615

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

Shades of Forest Green #137615

Tints of Forest Green #137615

Color information

#137615 (or 0x137615) is unknown color: approx Forest Green. HEX triplet: 13, 76 and 15. RGB value is (19,118,21). Sum of RGB (Red+Green+Blue) = 19+118+21=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 118 (46.48% from 255 or 74.68% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 118 - color contains mainly: green. Hex color #137615 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137615 is #EC89EA. Grayscale: #4D4D4D. Windows color (decimal): -15501803 or 1406483. OLE color: 1406483.

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

Color convert

RGB1911821-
CMYK0.8400.820.54
HSL121.21º72.26%26.86%-
HSV(B)121.21º83.9%46.27%-
XYZ6.8813.152.88-
YUV77.3496.286.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.03%
GREEN value IS 118 (46.48% from 255) = 74.68%
BLUE value IS 21 (8.59% from 255) = 13.29%
R=12.03%
G=74.68%
B=13.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19118210.8400.820.54121.2172.2626.86
Hex137615540523679481b
Octal231662512401226617111033
Binary100111110110101011010100010100101101101111001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137615; }

 p { color: rgb(19,118,21); }

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

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

 a { background-color: rgb(19,118,21); }

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

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

 span { border-color: rgb(19,118,21); }

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