#11120B

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

Shades of Green Waterloo #11120B

Tints of Green Waterloo #11120B

Color information

#11120B (or 0x11120B) is unknown color: approx Green Waterloo. HEX triplet: 11, 12 and 0B. RGB value is (17,18,11). Sum of RGB (Red+Green+Blue) = 17+18+11=46 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.96% from 46); Green value is 18 (7.42% from 255 or 39.13% from 46); Blue value is 11 (4.69% from 255 or 23.91% from 46); Max value from RGB is 18 - color contains mainly: green. Hex color #11120B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11120B is #EEEDF4. Grayscale: #101010. Windows color (decimal): -15658485 or 725521. OLE color: 725521.

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

Color convert

RGB171811-
CMYK0.0600.390.93
HSL68.57º24.14%5.69%-
HSV(B)68.57º38.89%7.06%-
XYZ0.510.580.4-
YUV16.9124.67128.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.96%
GREEN value IS 18 (7.42% from 255) = 39.13%
BLUE value IS 11 (4.69% from 255) = 23.91%
R=36.96%
G=39.13%
B=23.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1718110.0600.390.9368.5724.145.69
Hex1112B60275D45186
Octal2122136047135105306
Binary1000110010101111001001111011101100010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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