#111308

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

Shades of Green Waterloo #111308

Tints of Green Waterloo #111308

Color information

#111308 (or 0x111308) is unknown color: approx Green Waterloo. HEX triplet: 11, 13 and 08. RGB value is (17,19,8). Sum of RGB (Red+Green+Blue) = 17+19+8=44 (5% of max value = 765). Red value is 17 (7.03% from 255 or 38.64% from 44); Green value is 19 (7.81% from 255 or 43.18% from 44); Blue value is 8 (3.52% from 255 or 18.18% from 44); Max value from RGB is 19 - color contains mainly: green. Hex color #111308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111308 is #EEECF7. Grayscale: #111111. Windows color (decimal): -15658232 or 529169. OLE color: 529169.

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

Color convert

RGB17198-
CMYK0.1100.580.93
HSL70.91º40.74%5.29%-
HSV(B)70.91º57.89%7.45%-
XYZ0.510.60.32-
YUV17.15122.84127.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 38.64%
GREEN value IS 19 (7.81% from 255) = 43.18%
BLUE value IS 8 (3.52% from 255) = 18.18%
R=38.64%
G=43.18%
B=18.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal171980.1100.580.9370.9140.745.29
Hex11138B03A5D47295
Octal21231013072135107515
Binary100011001110001011011101010111011000111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111308; }

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

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

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

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

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

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

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

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