#161908

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

Shades of Green Waterloo #161908

Tints of Green Waterloo #161908

Color information

#161908 (or 0x161908) is unknown color: approx Green Waterloo. HEX triplet: 16, 19 and 08. RGB value is (22,25,8). Sum of RGB (Red+Green+Blue) = 22+25+8=55 (7% of max value = 765). Red value is 22 (8.98% from 255 or 40% from 55); Green value is 25 (10.16% from 255 or 45.45% from 55); Blue value is 8 (3.52% from 255 or 14.55% from 55); Max value from RGB is 25 - color contains mainly: green. Hex color #161908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161908 is #E9E6F7. Grayscale: #161616. Windows color (decimal): -15329016 or 530710. OLE color: 530710.

HSL color Cylindrical-coordinate representation of color #161908: hue angle of 70.59º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #161908 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.90.

Color convert

RGB22258-
CMYK0.1200.680.90
HSL70.59º51.52%6.47%-
HSV(B)70.59º68%9.8%-
XYZ0.720.880.36-
YUV22.16120.01127.88-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 40%
GREEN value IS 25 (10.16% from 255) = 45.45%
BLUE value IS 8 (3.52% from 255) = 14.55%
R=40%
G=45.45%
B=14.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal222580.1200.680.9070.5951.526.47
Hex16198C0445A47346
Octal263110140104132107646
Binary1011011001100011000100010010110101000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161908; }

 p { color: rgb(22,25,8); }

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

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

 a { background-color: rgb(22,25,8); }

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

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

 span { border-color: rgb(22,25,8); }

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