#137011

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

Shades of Green #137011

Tints of Green #137011

Color information

#137011 (or 0x137011) is unknown color: approx Green. HEX triplet: 13, 70 and 11. RGB value is (19,112,17). Sum of RGB (Red+Green+Blue) = 19+112+17=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 112 (44.14% from 255 or 75.68% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 112 - color contains mainly: green. Hex color #137011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137011 is #EC8FEE. Grayscale: #494949. Windows color (decimal): -15503343 or 1142803. OLE color: 1142803.

HSL color Cylindrical-coordinate representation of color #137011: hue angle of 118.74º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137011 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB1911217-
CMYK0.8300.850.56
HSL118.74º73.64%25.29%-
HSV(B)118.74º84.82%43.92%-
XYZ6.1611.772.48-
YUV73.3696.1989.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 112 (44.14% from 255) = 75.68%
BLUE value IS 17 (7.03% from 255) = 11.49%
R=12.84%
G=75.68%
B=11.49%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19112170.8300.850.56118.7473.6425.29
Hex1370115305538774a19
Octal231602112301257016711231
Binary100111110000100011010011010101011110001110111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137011; }

 p { color: rgb(19,112,17); }

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

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

 a { background-color: rgb(19,112,17); }

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

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

 span { border-color: rgb(19,112,17); }

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