#137503

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

Shades of Green #137503

Tints of Green #137503

Color information

#137503 (or 0x137503) is unknown color: approx Green. HEX triplet: 13, 75 and 03. RGB value is (19,117,3). Sum of RGB (Red+Green+Blue) = 19+117+3=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 117 (46.09% from 255 or 84.17% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 117 - color contains mainly: green. Hex color #137503 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137503 is #EC8AFC. Grayscale: #4B4B4B. Windows color (decimal): -15502077 or 226579. OLE color: 226579.

HSL color Cylindrical-coordinate representation of color #137503: hue angle of 111.58º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #137503 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB191173-
CMYK0.8400.970.54
HSL111.58º95%23.53%-
HSV(B)111.58º97.44%45.88%-
XYZ6.6512.872.22-
YUV74.787.5388.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 117 (46.09% from 255) = 84.17%
BLUE value IS 3 (1.56% from 255) = 2.16%
R=13.67%
G=84.17%
B=2.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1911730.8400.970.54111.589523.53
Hex137535406136705f18
Octal23165312401416616013730
Binary100111110101111010100011000011101101110000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137503; }

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

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

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

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

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

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

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

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