#137605

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

Shades of Green #137605

Tints of Green #137605

Color information

#137605 (or 0x137605) is unknown color: approx Green. HEX triplet: 13, 76 and 05. RGB value is (19,118,5). Sum of RGB (Red+Green+Blue) = 19+118+5=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 118 (46.48% from 255 or 83.10% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 118 - color contains mainly: green. Hex color #137605 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137605 is #EC89FA. Grayscale: #4B4B4B. Windows color (decimal): -15501819 or 357907. OLE color: 357907.

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

Color convert

RGB191185-
CMYK0.8400.960.54
HSL112.57º91.87%24.12%-
HSV(B)112.57º95.76%46.27%-
XYZ6.7713.112.32-
YUV75.5288.287.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 118 (46.48% from 255) = 83.10%
BLUE value IS 5 (2.34% from 255) = 3.52%
R=13.38%
G=83.10%
B=3.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1911850.8400.960.54112.5791.8724.12
Hex137655406036715c18
Octal23166512401406616113430
Binary1001111101101011010100011000001101101110001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137605; }

 p { color: rgb(19,118,5); }

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

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

 a { background-color: rgb(19,118,5); }

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

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

 span { border-color: rgb(19,118,5); }

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