#137804

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

Shades of Green #137804

Tints of Green #137804

Color information

#137804 (or 0x137804) is unknown color: approx Green. HEX triplet: 13, 78 and 04. RGB value is (19,120,4). Sum of RGB (Red+Green+Blue) = 19+120+4=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 120 (47.27% from 255 or 83.92% from 143); Blue value is 4 (1.95% from 255 or 2.80% from 143); Max value from RGB is 120 - color contains mainly: green. Hex color #137804 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137804 is #EC87FB. Grayscale: #4C4C4C. Windows color (decimal): -15501308 or 292883. OLE color: 292883.

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

Color convert

RGB191204-
CMYK0.8400.970.53
HSL112.24º93.55%24.31%-
HSV(B)112.24º96.67%47.06%-
XYZ7.0113.582.37-
YUV76.5887.0486.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.29%
GREEN value IS 120 (47.27% from 255) = 83.92%
BLUE value IS 4 (1.95% from 255) = 2.80%
R=13.29%
G=83.92%
B=2.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1912040.8400.970.53112.2493.5524.31
Hex137845406135705e18
Octal23170412401416516013630
Binary1001111110001001010100011000011101011110000101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137804; }

 p { color: rgb(19,120,4); }

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

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

 a { background-color: rgb(19,120,4); }

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

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

 span { border-color: rgb(19,120,4); }

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