#137317

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

Shades of Forest Green #137317

Tints of Forest Green #137317

Color information

#137317 (or 0x137317) is unknown color: approx Forest Green. HEX triplet: 13, 73 and 17. RGB value is (19,115,23). Sum of RGB (Red+Green+Blue) = 19+115+23=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 115 (45.31% from 255 or 73.25% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 115 - color contains mainly: green. Hex color #137317 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137317 is #EC8CE8. Grayscale: #4C4C4C. Windows color (decimal): -15502569 or 1536787. OLE color: 1536787.

HSL color Cylindrical-coordinate representation of color #137317: hue angle of 122.5º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137317 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB1911523-
CMYK0.8300.800.55
HSL122.5º71.64%26.27%-
HSV(B)122.5º83.48%45.1%-
XYZ6.5512.462.87-
YUV75.8198.287.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 115 (45.31% from 255) = 73.25%
BLUE value IS 23 (9.38% from 255) = 14.65%
R=12.10%
G=73.25%
B=14.65%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19115230.8300.800.55122.571.6426.27
Hex13731753050377a481a
Octal231632712301206717211032
Binary100111110011101111010011010100001101111111010100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137317; }

 p { color: rgb(19,115,23); }

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

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

 a { background-color: rgb(19,115,23); }

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

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

 span { border-color: rgb(19,115,23); }

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