#137614

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

Shades of Green #137614

Tints of Green #137614

Color information

#137614 (or 0x137614) is unknown color: approx Green. HEX triplet: 13, 76 and 14. RGB value is (19,118,20). Sum of RGB (Red+Green+Blue) = 19+118+20=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 118 (46.48% from 255 or 75.16% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 118 - color contains mainly: green. Hex color #137614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137614 is #EC89EB. Grayscale: #4D4D4D. Windows color (decimal): -15501804 or 1340947. OLE color: 1340947.

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

Color convert

RGB1911820-
CMYK0.8400.830.54
HSL120.61º72.26%26.86%-
HSV(B)120.61º83.9%46.27%-
XYZ6.8713.152.84-
YUV77.2395.786.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 118 (46.48% from 255) = 75.16%
BLUE value IS 20 (8.20% from 255) = 12.74%
R=12.10%
G=75.16%
B=12.74%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19118200.8400.830.54120.6172.2626.86
Hex137614540533679481b
Octal231662412401236617111033
Binary100111110110101001010100010100111101101111001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137614; }

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

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

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

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

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

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

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

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