#137508

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

Shades of Green #137508

Tints of Green #137508

Color information

#137508 (or 0x137508) is unknown color: approx Green. HEX triplet: 13, 75 and 08. RGB value is (19,117,8). Sum of RGB (Red+Green+Blue) = 19+117+8=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 117 (46.09% from 255 or 81.25% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 117 - color contains mainly: green. Hex color #137508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137508 is #EC8AF7. Grayscale: #4B4B4B. Windows color (decimal): -15502072 or 554259. OLE color: 554259.

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

Color convert

RGB191178-
CMYK0.8400.930.54
HSL113.94º87.2%24.51%-
HSV(B)113.94º93.16%45.88%-
XYZ6.6712.882.36-
YUV75.2790.0387.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.19%
GREEN value IS 117 (46.09% from 255) = 81.25%
BLUE value IS 8 (3.52% from 255) = 5.56%
R=13.19%
G=81.25%
B=5.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1911780.8400.930.54113.9487.224.51
Hex137585405D36725719
Octal231651012401356616212731
Binary10011111010110001010100010111011101101110010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137508; }

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

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

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

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

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

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

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

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