#161A06

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

Shades of Green Waterloo #161A06

Tints of Green Waterloo #161A06

Color information

#161A06 (or 0x161A06) is unknown color: approx Green Waterloo. HEX triplet: 16, 1A and 06. RGB value is (22,26,6). Sum of RGB (Red+Green+Blue) = 22+26+6=54 (7% of max value = 765). Red value is 22 (8.98% from 255 or 40.74% from 54); Green value is 26 (10.55% from 255 or 48.15% from 54); Blue value is 6 (2.73% from 255 or 11.11% from 54); Max value from RGB is 26 - color contains mainly: green. Hex color #161A06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161A06 is #E9E5F9. Grayscale: #161616. Windows color (decimal): -15328762 or 399894. OLE color: 399894.

HSL color Cylindrical-coordinate representation of color #161A06: hue angle of 72º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #161A06 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.90.

Color convert

RGB22266-
CMYK0.1500.770.90
HSL72º62.5%6.27%-
HSV(B)72º76.92%10.2%-
XYZ0.730.920.31-
YUV22.52118.67127.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 40.74%
GREEN value IS 26 (10.55% from 255) = 48.15%
BLUE value IS 6 (2.73% from 255) = 11.11%
R=40.74%
G=48.15%
B=11.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal222660.1500.770.907262.56.27
Hex161A6F04D5A483e6
Octal26326170115132110766
Binary101101101011011110100110110110101001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161A06; }

 p { color: rgb(22,26,6); }

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

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

 a { background-color: rgb(22,26,6); }

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

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

 span { border-color: rgb(22,26,6); }

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