#111405

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

Shades of Green Waterloo #111405

Tints of Green Waterloo #111405

Color information

#111405 (or 0x111405) is unknown color: approx Green Waterloo. HEX triplet: 11, 14 and 05. RGB value is (17,20,5). Sum of RGB (Red+Green+Blue) = 17+20+5=42 (5% of max value = 765). Red value is 17 (7.03% from 255 or 40.48% from 42); Green value is 20 (8.20% from 255 or 47.62% from 42); Blue value is 5 (2.34% from 255 or 11.90% from 42); Max value from RGB is 20 - color contains mainly: green. Hex color #111405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111405 is #EEEBFA. Grayscale: #111111. Windows color (decimal): -15657979 or 332817. OLE color: 332817.

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

Color convert

RGB17205-
CMYK0.1500.750.92
HSL72º60%4.9%-
HSV(B)72º75%7.84%-
XYZ0.510.630.24-
YUV17.39121.01127.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 40.48%
GREEN value IS 20 (8.20% from 255) = 47.62%
BLUE value IS 5 (2.34% from 255) = 11.90%
R=40.48%
G=47.62%
B=11.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal172050.1500.750.9272604.9
Hex11145F04B5C483c5
Octal21245170113134110745
Binary100011010010111110100101110111001001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111405; }

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

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

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

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

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

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

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

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