#137812

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

Shades of Green #137812

Tints of Green #137812

Color information

#137812 (or 0x137812) is unknown color: approx Green. HEX triplet: 13, 78 and 12. RGB value is (19,120,18). Sum of RGB (Red+Green+Blue) = 19+120+18=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 120 (47.27% from 255 or 76.43% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 120 - color contains mainly: green. Hex color #137812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #137812 is #EC87ED. Grayscale: #4E4E4E. Windows color (decimal): -15501294 or 1210387. OLE color: 1210387.

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

Color convert

RGB1912018-
CMYK0.8400.850.53
HSL119.41º73.91%27.06%-
HSV(B)119.41º85%47.06%-
XYZ7.0913.622.83-
YUV78.1794.0485.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 120 (47.27% from 255) = 76.43%
BLUE value IS 18 (7.42% from 255) = 11.46%
R=12.10%
G=76.43%
B=11.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19120180.8400.850.53119.4173.9127.06
Hex1378125405535774a1b
Octal231702212401256516711233
Binary100111111000100101010100010101011101011110111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137812; }

 p { color: rgb(19,120,18); }

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

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

 a { background-color: rgb(19,120,18); }

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

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

 span { border-color: rgb(19,120,18); }

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