#10110B

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

Shades of Green Waterloo #10110B

Tints of Green Waterloo #10110B

Color information

#10110B (or 0x10110B) is unknown color: approx Green Waterloo. HEX triplet: 10, 11 and 0B. RGB value is (16,17,11). Sum of RGB (Red+Green+Blue) = 16+17+11=44 (5% of max value = 765). Red value is 16 (6.64% from 255 or 36.36% from 44); Green value is 17 (7.03% from 255 or 38.64% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 17 - color contains mainly: green. Hex color #10110B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10110B is #EFEEF4. Grayscale: #101010. Windows color (decimal): -15724277 or 725264. OLE color: 725264.

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

Color convert

RGB161711-
CMYK0.0600.350.93
HSL70º21.43%5.49%-
HSV(B)70º35.29%6.67%-
XYZ0.470.540.39-
YUV16.02125.17127.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 36.36%
GREEN value IS 17 (7.03% from 255) = 38.64%
BLUE value IS 11 (4.69% from 255) = 25%
R=36.36%
G=38.64%
B=25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1617110.0600.350.937021.435.49
Hex1011B60235D46155
Octal2021136043135106255
Binary1000010001101111001000111011101100011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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