#137818

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

Shades of Forest Green #137818

Tints of Forest Green #137818

Color information

#137818 (or 0x137818) is unknown color: approx Forest Green. HEX triplet: 13, 78 and 18. RGB value is (19,120,24). Sum of RGB (Red+Green+Blue) = 19+120+24=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 120 (47.27% from 255 or 73.62% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 120 - color contains mainly: green. Hex color #137818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137818 is #EC87E7. Grayscale: #4F4F4F. Windows color (decimal): -15501288 or 1603603. OLE color: 1603603.

HSL color Cylindrical-coordinate representation of color #137818: hue angle of 122.97º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137818 is Cyan = 0.84, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.53.

Color convert

RGB1912024-
CMYK0.8400.80.53
HSL122.97º72.66%27.25%-
HSV(B)122.97º84.17%47.06%-
XYZ7.1513.643.12-
YUV78.8697.0485.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.66%
GREEN value IS 120 (47.27% from 255) = 73.62%
BLUE value IS 24 (9.77% from 255) = 14.72%
R=11.66%
G=73.62%
B=14.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19120240.8400.80.53122.9772.6627.25
Hex13781854050357b491b
Octal231703012401206517311133
Binary100111111000110001010100010100001101011111011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137818; }

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

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

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

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

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

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

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

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