#106313

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

Shades of Green #106313

Tints of Green #106313

Color information

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

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

Color convert

RGB169919-
CMYK0.8400.810.61
HSL122.17º72.17%22.55%-
HSV(B)122.17º83.84%38.82%-
XYZ4.799.082.12-
YUV65.0610293-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1699190.8400.810.61122.1772.1722.55
Hex106313540513D7a4817
Octal201432312401217517211027
Binary100001100011100111010100010100011111011111010100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106313; }

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

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

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

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

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

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

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

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