#136310

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

Shades of Green #136310

Tints of Green #136310

Color information

#136310 (or 0x136310) is unknown color: approx Green. HEX triplet: 13, 63 and 10. RGB value is (19,99,16). Sum of RGB (Red+Green+Blue) = 19+99+16=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 99 (39.06% from 255 or 73.88% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 99 - color contains mainly: green. Hex color #136310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136310 is #EC9CEF. Grayscale: #414141. Windows color (decimal): -15506672 or 1073939. OLE color: 1073939.

HSL color Cylindrical-coordinate representation of color #136310: hue angle of 117.83º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136310 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB199916-
CMYK0.8100.840.61
HSL117.83º72.17%22.55%-
HSV(B)117.83º83.84%38.82%-
XYZ4.829.11.99-
YUV65.6210094.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.18%
GREEN value IS 99 (39.06% from 255) = 73.88%
BLUE value IS 16 (6.64% from 255) = 11.94%
R=14.18%
G=73.88%
B=11.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1999160.8100.840.61117.8372.1722.55
Hex136310510543D764817
Octal231432012101247516611027
Binary100111100011100001010001010101001111011110110100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136310; }

 p { color: rgb(19,99,16); }

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

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

 a { background-color: rgb(19,99,16); }

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

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

 span { border-color: rgb(19,99,16); }

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