#111307

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

Shades of Green Waterloo #111307

Tints of Green Waterloo #111307

Color information

#111307 (or 0x111307) is unknown color: approx Green Waterloo. HEX triplet: 11, 13 and 07. RGB value is (17,19,7). Sum of RGB (Red+Green+Blue) = 17+19+7=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 19 (7.81% from 255 or 44.19% from 43); Blue value is 7 (3.12% from 255 or 16.28% from 43); Max value from RGB is 19 - color contains mainly: green. Hex color #111307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111307 is #EEECF8. Grayscale: #111111. Windows color (decimal): -15658233 or 463633. OLE color: 463633.

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

Color convert

RGB17197-
CMYK0.1100.630.93
HSL70º46.15%5.1%-
HSV(B)70º63.16%7.45%-
XYZ0.50.60.29-
YUV17.03122.34127.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 39.53%
GREEN value IS 19 (7.81% from 255) = 44.19%
BLUE value IS 7 (3.12% from 255) = 16.28%
R=39.53%
G=44.19%
B=16.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal171970.1100.630.937046.155.1
Hex11137B03F5D462e5
Octal2123713077135106565
Binary10001100111111011011111110111011000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111307; }

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

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

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

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

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

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

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

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