#136510

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

Shades of Green #136510

Tints of Green #136510

Color information

#136510 (or 0x136510) is unknown color: approx Green. HEX triplet: 13, 65 and 10. RGB value is (19,101,16). Sum of RGB (Red+Green+Blue) = 19+101+16=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 101 (39.84% from 255 or 74.26% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 101 - color contains mainly: green. Hex color #136510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136510 is #EC9AEF. Grayscale: #434343. Windows color (decimal): -15506160 or 1074451. OLE color: 1074451.

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

Color convert

RGB1910116-
CMYK0.8100.840.60
HSL117.88º72.65%22.94%-
HSV(B)117.88º84.16%39.61%-
XYZ5.029.482.06-
YUV66.7999.3393.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.97%
GREEN value IS 101 (39.84% from 255) = 74.26%
BLUE value IS 16 (6.64% from 255) = 11.76%
R=13.97%
G=74.26%
B=11.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19101160.8100.840.60117.8872.6522.94
Hex136510510543C764917
Octal231452012101247416611127
Binary100111100101100001010001010101001111001110110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136510; }

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

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

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

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

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

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

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

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