#137900

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

Shades of Green #137900

Tints of Green #137900

Color information

#137900 (or 0x137900) is unknown color: approx Green. HEX triplet: 13, 79 and 00. RGB value is (19,121,0). Sum of RGB (Red+Green+Blue) = 19+121+0=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 121 (47.66% from 255 or 86.43% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 121 - color contains mainly: green. Hex color #137900 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137900 is #EC86FF. Grayscale: #4D4D4D. Windows color (decimal): -15501056 or 30995. OLE color: 30995.

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

Color convert

RGB191210-
CMYK0.84010.53
HSL110.58º100%23.73%-
HSV(B)110.58º100%47.45%-
XYZ7.1113.812.29-
YUV76.7184.7186.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.57%
GREEN value IS 121 (47.66% from 255) = 86.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=13.57%
G=86.43%
B=0%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1912100.84010.53110.5810023.73
Hex1379054064356f6418
Octal23171012401446515714430
Binary10011111100101010100011001001101011101111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137900; }

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

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

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

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

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

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

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

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