#166400

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

Shades of Green #166400

Tints of Green #166400

Color information

#166400 (or 0x166400) is unknown color: approx Green. HEX triplet: 16, 64 and 00. RGB value is (22,100,0). Sum of RGB (Red+Green+Blue) = 22+100+0=122 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.03% from 122); Green value is 100 (39.45% from 255 or 81.97% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 100 - color contains mainly: green. Hex color #166400 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166400 is #E99BFF. Grayscale: #414141. Windows color (decimal): -15309824 or 25622. OLE color: 25622.

HSL color Cylindrical-coordinate representation of color #166400: hue angle of 106.8º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #166400 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB221000-
CMYK0.78010.61
HSL106.8º100%19.61%-
HSV(B)106.8º100%39.22%-
XYZ4.899.281.53-
YUV65.2891.1697.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.03%
GREEN value IS 100 (39.45% from 255) = 81.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=18.03%
G=81.97%
B=0%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2210000.78010.61106.810019.61
Hex166404E0643D6b6414
Octal26144011601447515314424
Binary10110110010001001110011001001111011101011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166400; }

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

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

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

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

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

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

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

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