#16170E

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

Shades of Green Waterloo #16170E

Tints of Green Waterloo #16170E

Color information

#16170E (or 0x16170E) is unknown color: approx Green Waterloo. HEX triplet: 16, 17 and 0E. RGB value is (22,23,14). Sum of RGB (Red+Green+Blue) = 22+23+14=59 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.29% from 59); Green value is 23 (9.38% from 255 or 38.98% from 59); Blue value is 14 (5.86% from 255 or 23.73% from 59); Max value from RGB is 23 - color contains mainly: green. Hex color #16170E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16170E is #E9E8F1. Grayscale: #151515. Windows color (decimal): -15329522 or 923414. OLE color: 923414.

HSL color Cylindrical-coordinate representation of color #16170E: hue angle of 66.67º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #16170E is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.91.

Color convert

RGB222314-
CMYK0.0400.390.91
HSL66.67º24.32%7.25%-
HSV(B)66.67º39.13%9.02%-
XYZ0.720.820.54-
YUV21.68123.67128.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 37.29%
GREEN value IS 23 (9.38% from 255) = 38.98%
BLUE value IS 14 (5.86% from 255) = 23.73%
R=37.29%
G=38.98%
B=23.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2223140.0400.390.9166.6724.327.25
Hex1617E40275B43187
Octal2627164047133103307
Binary1011010111111010001001111011011100001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16170E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16170E; }

 p { color: rgb(22,23,14); }

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

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

 a { background-color: rgb(22,23,14); }

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

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

 span { border-color: rgb(22,23,14); }

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