#137003

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

Shades of Green #137003

Tints of Green #137003

Color information

#137003 (or 0x137003) is unknown color: approx Green. HEX triplet: 13, 70 and 03. RGB value is (19,112,3). Sum of RGB (Red+Green+Blue) = 19+112+3=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 112 (44.14% from 255 or 83.58% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 112 - color contains mainly: green. Hex color #137003 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137003 is #EC8FFC. Grayscale: #484848. Windows color (decimal): -15503357 or 225299. OLE color: 225299.

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

Color convert

RGB191123-
CMYK0.8300.970.56
HSL111.19º94.78%22.55%-
HSV(B)111.19º97.32%43.92%-
XYZ6.0811.732.03-
YUV71.7789.1990.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.18%
GREEN value IS 112 (44.14% from 255) = 83.58%
BLUE value IS 3 (1.56% from 255) = 2.24%
R=14.18%
G=83.58%
B=2.24%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1911230.8300.970.56111.1994.7822.55
Hex1370353061386f5f17
Octal23160312301417015713727
Binary100111110000111010011011000011110001101111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137003; }

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

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

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

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

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

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

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

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