#111407

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

Shades of Green Waterloo #111407

Tints of Green Waterloo #111407

Color information

#111407 (or 0x111407) is unknown color: approx Green Waterloo. HEX triplet: 11, 14 and 07. RGB value is (17,20,7). Sum of RGB (Red+Green+Blue) = 17+20+7=44 (5% of max value = 765). Red value is 17 (7.03% from 255 or 38.64% from 44); Green value is 20 (8.20% from 255 or 45.45% from 44); Blue value is 7 (3.12% from 255 or 15.91% from 44); Max value from RGB is 20 - color contains mainly: green. Hex color #111407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111407 is #EEEBF8. Grayscale: #111111. Windows color (decimal): -15657977 or 463889. OLE color: 463889.

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

Color convert

RGB17207-
CMYK0.1500.650.92
HSL73.85º48.15%5.29%-
HSV(B)73.85º65%7.84%-
XYZ0.520.630.3-
YUV17.62122.01127.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 38.64%
GREEN value IS 20 (8.20% from 255) = 45.45%
BLUE value IS 7 (3.12% from 255) = 15.91%
R=38.64%
G=45.45%
B=15.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal172070.1500.650.9273.8548.155.29
Hex11147F0415C4a305
Octal21247170101134112605
Binary100011010011111110100000110111001001010110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111407; }

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

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

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

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

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

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

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

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