#137522

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

Shades of Forest Green #137522

Tints of Forest Green #137522

Color information

#137522 (or 0x137522) is unknown color: approx Forest Green. HEX triplet: 13, 75 and 22. RGB value is (19,117,34). Sum of RGB (Red+Green+Blue) = 19+117+34=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 117 (46.09% from 255 or 68.82% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 117 - color contains mainly: green. Hex color #137522 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137522 is #EC8ADD. Grayscale: #4E4E4E. Windows color (decimal): -15502046 or 2258195. OLE color: 2258195.

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

Color convert

RGB1911734-
CMYK0.8400.710.54
HSL129.18º72.06%26.67%-
HSV(B)129.18º83.76%45.88%-
XYZ6.9212.983.65-
YUV78.24103.0385.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.18%
GREEN value IS 117 (46.09% from 255) = 68.82%
BLUE value IS 34 (13.67% from 255) = 20%
R=11.18%
G=68.82%
B=20%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19117340.8400.710.54129.1872.0626.67
Hex137522540473681481b
Octal231654212401076620111033
Binary10011111010110001010101000100011111011010000001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137522; }

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

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

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

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

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

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

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

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