#111404

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

Shades of Green Waterloo #111404

Tints of Green Waterloo #111404

Color information

#111404 (or 0x111404) is unknown color: approx Green Waterloo. HEX triplet: 11, 14 and 04. RGB value is (17,20,4). Sum of RGB (Red+Green+Blue) = 17+20+4=41 (5% of max value = 765). Red value is 17 (7.03% from 255 or 41.46% from 41); Green value is 20 (8.20% from 255 or 48.78% from 41); Blue value is 4 (1.95% from 255 or 9.76% from 41); Max value from RGB is 20 - color contains mainly: green. Hex color #111404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111404 is #EEEBFB. Grayscale: #111111. Windows color (decimal): -15657980 or 267281. OLE color: 267281.

HSL color Cylindrical-coordinate representation of color #111404: hue angle of 71.25º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #111404 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.92.

Color convert

RGB17204-
CMYK0.1500.800.92
HSL71.25º66.67%4.71%-
HSV(B)71.25º80%7.84%-
XYZ0.50.630.21-
YUV17.28120.51127.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 41.46%
GREEN value IS 20 (8.20% from 255) = 48.78%
BLUE value IS 4 (1.95% from 255) = 9.76%
R=41.46%
G=48.78%
B=9.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal172040.1500.800.9271.2566.674.71
Hex11144F0505C47435
Octal212441701201341071035
Binary1000110100100111101010000101110010001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111404; }

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

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

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

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

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

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

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

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