#161B04

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

Shades of Green Waterloo #161B04

Tints of Green Waterloo #161B04

Color information

#161B04 (or 0x161B04) is unknown color: approx Green Waterloo. HEX triplet: 16, 1B and 04. RGB value is (22,27,4). Sum of RGB (Red+Green+Blue) = 22+27+4=53 (7% of max value = 765). Red value is 22 (8.98% from 255 or 41.51% from 53); Green value is 27 (10.94% from 255 or 50.94% from 53); Blue value is 4 (1.95% from 255 or 7.55% from 53); Max value from RGB is 27 - color contains mainly: green. Hex color #161B04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161B04 is #E9E4FB. Grayscale: #161616. Windows color (decimal): -15328508 or 269078. OLE color: 269078.

HSL color Cylindrical-coordinate representation of color #161B04: hue angle of 73.04º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #161B04 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.89.

Color convert

RGB22274-
CMYK0.1900.850.89
HSL73.04º74.19%6.08%-
HSV(B)73.04º85.19%10.59%-
XYZ0.740.960.26-
YUV22.88117.34127.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 41.51%
GREEN value IS 27 (10.94% from 255) = 50.94%
BLUE value IS 4 (1.95% from 255) = 7.55%
R=41.51%
G=50.94%
B=7.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal222740.1900.850.8973.0474.196.08
Hex161B41305559494a6
Octal263342301251311111126
Binary10110110111001001101010101101100110010011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,27,4); }

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

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

 a { background-color: rgb(22,27,4); }

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

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

 span { border-color: rgb(22,27,4); }

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