#16170D

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

Shades of Green Waterloo #16170D

Tints of Green Waterloo #16170D

Color information

#16170D (or 0x16170D) is unknown color: approx Green Waterloo. HEX triplet: 16, 17 and 0D. RGB value is (22,23,13). Sum of RGB (Red+Green+Blue) = 22+23+13=58 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.93% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 23 - color contains mainly: green. Hex color #16170D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16170D is #E9E8F2. Grayscale: #151515. Windows color (decimal): -15329523 or 857878. OLE color: 857878.

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

Color convert

RGB222313-
CMYK0.0400.430.91
HSL66º27.78%7.06%-
HSV(B)66º43.48%9.02%-
XYZ0.710.810.5-
YUV21.56123.17128.31-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 37.93%
GREEN value IS 23 (9.38% from 255) = 39.66%
BLUE value IS 13 (5.47% from 255) = 22.41%
R=37.93%
G=39.66%
B=22.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2223130.0400.430.916627.787.06
Hex1617D402B5B421c7
Octal2627154053133102347
Binary1011010111110110001010111011011100001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16170D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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