#111304

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

Shades of Green Waterloo #111304

Tints of Green Waterloo #111304

Color information

#111304 (or 0x111304) is unknown color: approx Green Waterloo. HEX triplet: 11, 13 and 04. RGB value is (17,19,4). Sum of RGB (Red+Green+Blue) = 17+19+4=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 19 (7.81% from 255 or 47.5% from 40); Blue value is 4 (1.95% from 255 or 10% from 40); Max value from RGB is 19 - color contains mainly: green. Hex color #111304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111304 is #EEECFB. Grayscale: #101010. Windows color (decimal): -15658236 or 267025. OLE color: 267025.

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

Color convert

RGB17194-
CMYK0.1100.790.93
HSL68º65.22%4.51%-
HSV(B)68º78.95%7.45%-
XYZ0.490.590.2-
YUV16.69120.84128.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 42.5%
GREEN value IS 19 (7.81% from 255) = 47.5%
BLUE value IS 4 (1.95% from 255) = 10%
R=42.5%
G=47.5%
B=10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal171940.1100.790.936865.224.51
Hex11134B04F5D44415
Octal212341301171351041015
Binary1000110011100101101001111101110110001001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111304; }

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

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

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

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

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

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

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

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