#11120D

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

Shades of Green Waterloo #11120D

Tints of Green Waterloo #11120D

Color information

#11120D (or 0x11120D) is unknown color: approx Green Waterloo. HEX triplet: 11, 12 and 0D. RGB value is (17,18,13). Sum of RGB (Red+Green+Blue) = 17+18+13=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 18 - color contains mainly: green. Hex color #11120D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11120D is #EEEDF2. Grayscale: #111111. Windows color (decimal): -15658483 or 856593. OLE color: 856593.

HSL color Cylindrical-coordinate representation of color #11120D: hue angle of 72º degrees, saturation: 0.16, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #11120D is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.93.

Color convert

RGB171813-
CMYK0.0600.280.93
HSL72º16.13%6.08%-
HSV(B)72º27.78%7.06%-
XYZ0.520.580.47-
YUV17.13125.67127.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 35.42%
GREEN value IS 18 (7.42% from 255) = 37.5%
BLUE value IS 13 (5.47% from 255) = 27.08%
R=35.42%
G=37.5%
B=27.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1718130.0600.280.937216.136.08
Hex1112D601C5D48106
Octal2122156034135110206
Binary100011001011011100111001011101100100010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11120D; }

 p { color: rgb(17,18,13); }

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

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

 a { background-color: rgb(17,18,13); }

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

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

 span { border-color: rgb(17,18,13); }

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