#161905

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

Shades of Green Waterloo #161905

Tints of Green Waterloo #161905

Color information

#161905 (or 0x161905) is unknown color: approx Green Waterloo. HEX triplet: 16, 19 and 05. RGB value is (22,25,5). Sum of RGB (Red+Green+Blue) = 22+25+5=52 (6% of max value = 765). Red value is 22 (8.98% from 255 or 42.31% from 52); Green value is 25 (10.16% from 255 or 48.08% from 52); Blue value is 5 (2.34% from 255 or 9.62% from 52); Max value from RGB is 25 - color contains mainly: green. Hex color #161905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161905 is #E9E6FA. Grayscale: #151515. Windows color (decimal): -15329019 or 334102. OLE color: 334102.

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

Color convert

RGB22255-
CMYK0.1200.800.90
HSL69º66.67%5.88%-
HSV(B)69º80%9.8%-
XYZ0.710.880.28-
YUV21.82118.51128.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 42.31%
GREEN value IS 25 (10.16% from 255) = 48.08%
BLUE value IS 5 (2.34% from 255) = 9.62%
R=42.31%
G=48.08%
B=9.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal222550.1200.800.906966.675.88
Hex16195C0505A45436
Octal263151401201321051036
Binary1011011001101110001010000101101010001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161905; }

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

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

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

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

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

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

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

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