#166404

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

Shades of Green #166404

Tints of Green #166404

Color information

#166404 (or 0x166404) is unknown color: approx Green. HEX triplet: 16, 64 and 04. RGB value is (22,100,4). Sum of RGB (Red+Green+Blue) = 22+100+4=126 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.46% from 126); Green value is 100 (39.45% from 255 or 79.37% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 100 - color contains mainly: green. Hex color #166404 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166404 is #E99BFB. Grayscale: #424242. Windows color (decimal): -15309820 or 287766. OLE color: 287766.

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

Color convert

RGB221004-
CMYK0.7800.960.61
HSL108.75º92.31%20.39%-
HSV(B)108.75º96%39.22%-
XYZ4.919.291.65-
YUV65.7393.1696.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.46%
GREEN value IS 100 (39.45% from 255) = 79.37%
BLUE value IS 4 (1.95% from 255) = 3.17%
R=17.46%
G=79.37%
B=3.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2210040.7800.960.61108.7592.3120.39
Hex166444E0603D6d5c14
Octal26144411601407515513424
Binary1011011001001001001110011000001111011101101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166404; }

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

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

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

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

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

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

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

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