#016404

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

Shades of Green #016404

Tints of Green #016404

Color information

#016404 (or 0x016404) is unknown color: approx Green. HEX triplet: 01, 64 and 04. RGB value is (1,100,4). Sum of RGB (Red+Green+Blue) = 1+100+4=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 100 (39.45% from 255 or 95.24% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 100 - color contains mainly: green. Hex color #016404 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016404 is #FE9BFB. Grayscale: #3B3B3B. Windows color (decimal): -16686076 or 287745. OLE color: 287745.

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

Color convert

RGB11004-
CMYK0.9900.960.61
HSL121.82º98.02%19.8%-
HSV(B)121.82º99%39.22%-
XYZ4.599.131.64-
YUV59.4696.786.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 100 (39.45% from 255) = 95.24%
BLUE value IS 4 (1.95% from 255) = 3.81%
R=0.95%
G=95.24%
B=3.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal110040.9900.960.61121.8298.0219.8
Hex1644630603D7a6214
Octal1144414301407517214224
Binary111001001001100011011000001111011111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016404; }

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

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

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

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

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

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

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

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