#137908

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

Shades of Green #137908

Tints of Green #137908

Color information

#137908 (or 0x137908) is unknown color: approx Green. HEX triplet: 13, 79 and 08. RGB value is (19,121,8). Sum of RGB (Red+Green+Blue) = 19+121+8=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 121 (47.66% from 255 or 81.76% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 121 - color contains mainly: green. Hex color #137908 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137908 is #EC86F7. Grayscale: #4D4D4D. Windows color (decimal): -15501048 or 555283. OLE color: 555283.

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

Color convert

RGB191218-
CMYK0.8400.930.53
HSL114.16º87.6%25.29%-
HSV(B)114.16º93.39%47.45%-
XYZ7.1513.832.52-
YUV77.6288.7186.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 121 (47.66% from 255) = 81.76%
BLUE value IS 8 (3.52% from 255) = 5.41%
R=12.84%
G=81.76%
B=5.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1912180.8400.930.53114.1687.625.29
Hex137985405D35725819
Octal231711012401356516213031
Binary10011111100110001010100010111011101011110010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137908; }

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

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

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

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

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

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

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

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