#161904

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

Shades of Green Waterloo #161904

Tints of Green Waterloo #161904

Color information

#161904 (or 0x161904) is unknown color: approx Green Waterloo. HEX triplet: 16, 19 and 04. RGB value is (22,25,4). Sum of RGB (Red+Green+Blue) = 22+25+4=51 (6% of max value = 765). Red value is 22 (8.98% from 255 or 43.14% from 51); Green value is 25 (10.16% from 255 or 49.02% from 51); Blue value is 4 (1.95% from 255 or 7.84% from 51); Max value from RGB is 25 - color contains mainly: green. Hex color #161904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161904 is #E9E6FB. Grayscale: #151515. Windows color (decimal): -15329020 or 268566. OLE color: 268566.

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

Color convert

RGB22254-
CMYK0.1200.840.90
HSL68.57º72.41%5.69%-
HSV(B)68.57º84%9.8%-
XYZ0.70.870.25-
YUV21.71118.01128.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 43.14%
GREEN value IS 25 (10.16% from 255) = 49.02%
BLUE value IS 4 (1.95% from 255) = 7.84%
R=43.14%
G=49.02%
B=7.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal222540.1200.840.9068.5772.415.69
Hex16194C0545A45486
Octal263141401241321051106
Binary1011011001100110001010100101101010001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161904; }

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

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

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

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

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

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

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

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