#111309

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

Shades of Green Waterloo #111309

Tints of Green Waterloo #111309

Color information

#111309 (or 0x111309) is unknown color: approx Green Waterloo. HEX triplet: 11, 13 and 09. RGB value is (17,19,9). Sum of RGB (Red+Green+Blue) = 17+19+9=45 (5% of max value = 765). Red value is 17 (7.03% from 255 or 37.78% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 9 (3.91% from 255 or 20% from 45); Max value from RGB is 19 - color contains mainly: green. Hex color #111309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111309 is #EEECF6. Grayscale: #111111. Windows color (decimal): -15658231 or 594705. OLE color: 594705.

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

Color convert

RGB17199-
CMYK0.1100.530.93
HSL72º35.71%5.49%-
HSV(B)72º52.63%7.45%-
XYZ0.510.60.35-
YUV17.26123.34127.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 37.78%
GREEN value IS 19 (7.81% from 255) = 42.22%
BLUE value IS 9 (3.91% from 255) = 20%
R=37.78%
G=42.22%
B=20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal171990.1100.530.937235.715.49
Hex11139B0355D48245
Octal21231113065135110445
Binary100011001110011011011010110111011001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111309; }

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

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

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

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

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

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

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

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