#137010

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

Shades of Green #137010

Tints of Green #137010

Color information

#137010 (or 0x137010) is unknown color: approx Green. HEX triplet: 13, 70 and 10. RGB value is (19,112,16). Sum of RGB (Red+Green+Blue) = 19+112+16=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 112 (44.14% from 255 or 76.19% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 112 - color contains mainly: green. Hex color #137010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137010 is #EC8FEF. Grayscale: #494949. Windows color (decimal): -15503344 or 1077267. OLE color: 1077267.

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

Color convert

RGB1911216-
CMYK0.8300.860.56
HSL118.12º75%25.1%-
HSV(B)118.12º85.71%43.92%-
XYZ6.1611.762.44-
YUV73.2595.6989.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.93%
GREEN value IS 112 (44.14% from 255) = 76.19%
BLUE value IS 16 (6.64% from 255) = 10.88%
R=12.93%
G=76.19%
B=10.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19112160.8300.860.56118.127525.1
Hex1370105305638764b19
Octal231602012301267016611331
Binary100111110000100001010011010101101110001110110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137010; }

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

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

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

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

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

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

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

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