#116310

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

Shades of Green #116310

Tints of Green #116310

Color information

#116310 (or 0x116310) is unknown color: approx Green. HEX triplet: 11, 63 and 10. RGB value is (17,99,16). Sum of RGB (Red+Green+Blue) = 17+99+16=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 99 (39.06% from 255 or 75% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 99 - color contains mainly: green. Hex color #116310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116310 is #EE9CEF. Grayscale: #414141. Windows color (decimal): -15637744 or 1073937. OLE color: 1073937.

HSL color Cylindrical-coordinate representation of color #116310: hue angle of 119.28º 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 #116310 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB179916-
CMYK0.8300.840.61
HSL119.28º72.17%22.55%-
HSV(B)119.28º83.84%38.82%-
XYZ4.799.081.99-
YUV65.02100.3393.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.88%
GREEN value IS 99 (39.06% from 255) = 75%
BLUE value IS 16 (6.64% from 255) = 12.12%
R=12.88%
G=75%
B=12.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1799160.8300.840.61119.2872.1722.55
Hex116310530543D774817
Octal211432012301247516711027
Binary100011100011100001010011010101001111011110111100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116310; }

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

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

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

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

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

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

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

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