#137310

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

Shades of Green #137310

Tints of Green #137310

Color information

#137310 (or 0x137310) is unknown color: approx Green. HEX triplet: 13, 73 and 10. RGB value is (19,115,16). Sum of RGB (Red+Green+Blue) = 19+115+16=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 115 (45.31% from 255 or 76.67% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 115 - color contains mainly: green. Hex color #137310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137310 is #EC8CEF. Grayscale: #4B4B4B. Windows color (decimal): -15502576 or 1078035. OLE color: 1078035.

HSL color Cylindrical-coordinate representation of color #137310: hue angle of 118.18º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #137310 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB1911516-
CMYK0.8300.860.55
HSL118.18º75.57%25.69%-
HSV(B)118.18º86.09%45.1%-
XYZ6.4912.442.55-
YUV75.0194.788.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.67%
GREEN value IS 115 (45.31% from 255) = 76.67%
BLUE value IS 16 (6.64% from 255) = 10.67%
R=12.67%
G=76.67%
B=10.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19115160.8300.860.55118.1875.5725.69
Hex1373105305637764c1a
Octal231632012301266716611432
Binary100111110011100001010011010101101101111110110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137310; }

 p { color: rgb(19,115,16); }

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

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

 a { background-color: rgb(19,115,16); }

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

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

 span { border-color: rgb(19,115,16); }

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