#137600

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

Shades of Green #137600

Tints of Green #137600

Color information

#137600 (or 0x137600) is unknown color: approx Green. HEX triplet: 13, 76 and 00. RGB value is (19,118,0). Sum of RGB (Red+Green+Blue) = 19+118+0=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 118 (46.48% from 255 or 86.13% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 118 - color contains mainly: green. Hex color #137600 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137600 is #EC89FF. Grayscale: #4B4B4B. Windows color (decimal): -15501824 or 30227. OLE color: 30227.

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

Color convert

RGB191180-
CMYK0.84010.54
HSL110.34º100%23.14%-
HSV(B)110.34º100%46.27%-
XYZ6.7513.12.17-
YUV74.9585.788.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.87%
GREEN value IS 118 (46.48% from 255) = 86.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=13.87%
G=86.13%
B=0%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1911800.84010.54110.3410023.14
Hex1376054064366e6417
Octal23166012401446615614427
Binary10011111011001010100011001001101101101110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137600; }

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

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

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

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

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

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

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

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