#10110A

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

Shades of Green Waterloo #10110A

Tints of Green Waterloo #10110A

Color information

#10110A (or 0x10110A) is unknown color: approx Green Waterloo. HEX triplet: 10, 11 and 0A. RGB value is (16,17,10). Sum of RGB (Red+Green+Blue) = 16+17+10=43 (5% of max value = 765). Red value is 16 (6.64% from 255 or 37.21% from 43); Green value is 17 (7.03% from 255 or 39.53% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 17 - color contains mainly: green. Hex color #10110A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10110A is #EFEEF5. Grayscale: #0F0F0F. Windows color (decimal): -15724278 or 659728. OLE color: 659728.

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

Color convert

RGB161710-
CMYK0.0600.410.93
HSL68.57º25.93%5.29%-
HSV(B)68.57º41.18%6.67%-
XYZ0.470.530.37-
YUV15.9124.67128.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 37.21%
GREEN value IS 17 (7.03% from 255) = 39.53%
BLUE value IS 10 (4.30% from 255) = 23.26%
R=37.21%
G=39.53%
B=23.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1617100.0600.410.9368.5725.935.29
Hex1011A60295D451a5
Octal2021126051135105325
Binary1000010001101011001010011011101100010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10110A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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