#161A00

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

Shades of Green Waterloo #161A00

Tints of Green Waterloo #161A00

Color information

#161A00 (or 0x161A00) is unknown color: approx Green Waterloo. HEX triplet: 16, 1A and 00. RGB value is (22,26,0). Sum of RGB (Red+Green+Blue) = 22+26+0=48 (6% of max value = 765). Red value is 22 (8.98% from 255 or 45.83% from 48); Green value is 26 (10.55% from 255 or 54.17% from 48); Blue value is 0 (0.39% from 255 or 0% from 48); Max value from RGB is 26 - color contains mainly: green. Hex color #161A00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161A00 is #E9E5FF. Grayscale: #151515. Windows color (decimal): -15328768 or 6678. OLE color: 6678.

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

Color convert

RGB22260-
CMYK0.15010.90
HSL69.23º100%5.1%-
HSV(B)69.23º100%10.2%-
XYZ0.70.910.14-
YUV21.84115.67128.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 45.83%
GREEN value IS 26 (10.55% from 255) = 54.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.83%
G=54.17%
B=0%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal222600.15010.9069.231005.1
Hex161A0F0645A45645
Octal263201701441321051445
Binary10110110100111101100100101101010001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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