#137517

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

Shades of Forest Green #137517

Tints of Forest Green #137517

Color information

#137517 (or 0x137517) is unknown color: approx Forest Green. HEX triplet: 13, 75 and 17. RGB value is (19,117,23). Sum of RGB (Red+Green+Blue) = 19+117+23=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 117 (46.09% from 255 or 73.58% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 117 - color contains mainly: green. Hex color #137517 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137517 is #EC8AE8. Grayscale: #4D4D4D. Windows color (decimal): -15502057 or 1537299. OLE color: 1537299.

HSL color Cylindrical-coordinate representation of color #137517: hue angle of 122.45º 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 #137517 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB1911723-
CMYK0.8400.800.54
HSL122.45º72.06%26.67%-
HSV(B)122.45º83.76%45.88%-
XYZ6.7812.922.95-
YUV76.9897.5386.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 117 (46.09% from 255) = 73.58%
BLUE value IS 23 (9.38% from 255) = 14.47%
R=11.95%
G=73.58%
B=14.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19117230.8400.800.54122.4572.0626.67
Hex13751754050367a481b
Octal231652712401206617211033
Binary100111110101101111010100010100001101101111010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137517; }

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

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

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

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

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

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

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

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