#111305

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

Shades of Green Waterloo #111305

Tints of Green Waterloo #111305

Color information

#111305 (or 0x111305) is unknown color: approx Green Waterloo. HEX triplet: 11, 13 and 05. RGB value is (17,19,5). Sum of RGB (Red+Green+Blue) = 17+19+5=41 (5% of max value = 765). Red value is 17 (7.03% from 255 or 41.46% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 5 (2.34% from 255 or 12.20% from 41); Max value from RGB is 19 - color contains mainly: green. Hex color #111305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111305 is #EEECFA. Grayscale: #101010. Windows color (decimal): -15658235 or 332561. OLE color: 332561.

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

Color convert

RGB17195-
CMYK0.1100.740.93
HSL68.57º58.33%4.71%-
HSV(B)68.57º73.68%7.45%-
XYZ0.490.60.23-
YUV16.81121.34128.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 41.46%
GREEN value IS 19 (7.81% from 255) = 46.34%
BLUE value IS 5 (2.34% from 255) = 12.20%
R=41.46%
G=46.34%
B=12.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal171950.1100.740.9368.5758.334.71
Hex11135B04A5D453a5
Octal21235130112135105725
Binary100011001110110110100101010111011000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111305; }

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

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

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

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

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

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

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

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