#111303

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

Shades of Green Waterloo #111303

Tints of Green Waterloo #111303

Color information

#111303 (or 0x111303) is unknown color: approx Green Waterloo. HEX triplet: 11, 13 and 03. RGB value is (17,19,3). Sum of RGB (Red+Green+Blue) = 17+19+3=39 (5% of max value = 765). Red value is 17 (7.03% from 255 or 43.59% from 39); Green value is 19 (7.81% from 255 or 48.72% from 39); Blue value is 3 (1.56% from 255 or 7.69% from 39); Max value from RGB is 19 - color contains mainly: green. Hex color #111303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111303 is #EEECFC. Grayscale: #101010. Windows color (decimal): -15658237 or 201489. OLE color: 201489.

HSL color Cylindrical-coordinate representation of color #111303: hue angle of 67.5º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #111303 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.93.

Color convert

RGB17193-
CMYK0.1100.840.93
HSL67.5º72.73%4.31%-
HSV(B)67.5º84.21%7.45%-
XYZ0.480.590.17-
YUV16.58120.34128.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 43.59%
GREEN value IS 19 (7.81% from 255) = 48.72%
BLUE value IS 3 (1.56% from 255) = 7.69%
R=43.59%
G=48.72%
B=7.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal171930.1100.840.9367.572.734.31
Hex11133B0545D44494
Octal212331301241351041114
Binary100011001111101101010100101110110001001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111303; }

 p { color: rgb(17,19,3); }

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

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

 a { background-color: rgb(17,19,3); }

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

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

 span { border-color: rgb(17,19,3); }

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