#137518

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

Shades of Forest Green #137518

Tints of Forest Green #137518

Color information

#137518 (or 0x137518) is unknown color: approx Forest Green. HEX triplet: 13, 75 and 18. RGB value is (19,117,24). Sum of RGB (Red+Green+Blue) = 19+117+24=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 117 (46.09% from 255 or 73.12% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 117 - color contains mainly: green. Hex color #137518 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137518 is #EC8AE7. Grayscale: #4D4D4D. Windows color (decimal): -15502056 or 1602835. OLE color: 1602835.

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

Color convert

RGB1911724-
CMYK0.8400.790.54
HSL123.06º72.06%26.67%-
HSV(B)123.06º83.76%45.88%-
XYZ6.7912.933-
YUV77.198.0386.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.88%
GREEN value IS 117 (46.09% from 255) = 73.12%
BLUE value IS 24 (9.77% from 255) = 15%
R=11.88%
G=73.12%
B=15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19117240.8400.790.54123.0672.0626.67
Hex1375185404F367b481b
Octal231653012401176617311033
Binary100111110101110001010100010011111101101111011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137518; }

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

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

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

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

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

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

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

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