#138614

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

Shades of Forest Green #138614

Tints of Forest Green #138614

Color information

#138614 (or 0x138614) is unknown color: approx Forest Green. HEX triplet: 13, 86 and 14. RGB value is (19,134,20). Sum of RGB (Red+Green+Blue) = 19+134+20=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 134 (52.73% from 255 or 77.46% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 134 - color contains mainly: green. Hex color #138614 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138614 is #EC79EB. Grayscale: #565656. Windows color (decimal): -15497708 or 1345043. OLE color: 1345043.

HSL color Cylindrical-coordinate representation of color #138614: hue angle of 120.52º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138614 is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB1913420-
CMYK0.8600.850.47
HSL120.52º75.16%30%-
HSV(B)120.52º85.82%52.55%-
XYZ8.9217.243.52-
YUV86.6290.479.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.98%
GREEN value IS 134 (52.73% from 255) = 77.46%
BLUE value IS 20 (8.20% from 255) = 11.56%
R=10.98%
G=77.46%
B=11.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19134200.8600.850.47120.5275.1630
Hex138614560552F794b1e
Octal232062412601255717111336
Binary1001110000110101001010110010101011011111111001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138614; }

 p { color: rgb(19,134,20); }

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

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

 a { background-color: rgb(19,134,20); }

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

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

 span { border-color: rgb(19,134,20); }

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