#101109

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

Shades of Green Waterloo #101109

Tints of Green Waterloo #101109

Color information

#101109 (or 0x101109) is unknown color: approx Green Waterloo. HEX triplet: 10, 11 and 09. RGB value is (16,17,9). Sum of RGB (Red+Green+Blue) = 16+17+9=42 (5% of max value = 765). Red value is 16 (6.64% from 255 or 38.10% from 42); Green value is 17 (7.03% from 255 or 40.48% from 42); Blue value is 9 (3.91% from 255 or 21.43% from 42); Max value from RGB is 17 - color contains mainly: green. Hex color #101109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101109 is #EFEEF6. Grayscale: #0F0F0F. Windows color (decimal): -15724279 or 594192. OLE color: 594192.

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

Color convert

RGB16179-
CMYK0.0600.470.93
HSL67.5º30.77%5.1%-
HSV(B)67.5º47.06%6.67%-
XYZ0.460.530.34-
YUV15.79124.17128.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 38.10%
GREEN value IS 17 (7.03% from 255) = 40.48%
BLUE value IS 9 (3.91% from 255) = 21.43%
R=38.10%
G=40.48%
B=21.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal161790.0600.470.9367.530.775.1
Hex10119602F5D441f5
Octal2021116057135104375
Binary1000010001100111001011111011101100010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101109; }

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

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

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

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

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

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

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

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