#111306

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

Shades of Green Waterloo #111306

Tints of Green Waterloo #111306

Color information

#111306 (or 0x111306) is unknown color: approx Green Waterloo. HEX triplet: 11, 13 and 06. RGB value is (17,19,6). Sum of RGB (Red+Green+Blue) = 17+19+6=42 (5% of max value = 765). Red value is 17 (7.03% from 255 or 40.48% from 42); Green value is 19 (7.81% from 255 or 45.24% from 42); Blue value is 6 (2.73% from 255 or 14.29% from 42); Max value from RGB is 19 - color contains mainly: green. Hex color #111306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111306 is #EEECF9. Grayscale: #101010. Windows color (decimal): -15658234 or 398097. OLE color: 398097.

HSL color Cylindrical-coordinate representation of color #111306: hue angle of 69.23º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #111306 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.93.

Color convert

RGB17196-
CMYK0.1100.680.93
HSL69.23º52%4.9%-
HSV(B)69.23º68.42%7.45%-
XYZ0.50.60.26-
YUV16.92121.84128.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 40.48%
GREEN value IS 19 (7.81% from 255) = 45.24%
BLUE value IS 6 (2.73% from 255) = 14.29%
R=40.48%
G=45.24%
B=14.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal171960.1100.680.9369.23524.9
Hex11136B0445D45345
Octal21236130104135105645
Binary100011001111010110100010010111011000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111306; }

 p { color: rgb(17,19,6); }

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

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

 a { background-color: rgb(17,19,6); }

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

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

 span { border-color: rgb(17,19,6); }

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