#016804

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

Shades of Green #016804

Tints of Green #016804

Color information

#016804 (or 0x016804) is unknown color: approx Green. HEX triplet: 01, 68 and 04. RGB value is (1,104,4). Sum of RGB (Red+Green+Blue) = 1+104+4=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 104 (41.02% from 255 or 95.41% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 104 - color contains mainly: green. Hex color #016804 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016804 is #FE97FB. Grayscale: #3E3E3E. Windows color (decimal): -16685052 or 288769. OLE color: 288769.

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

Color convert

RGB11044-
CMYK0.9900.960.59
HSL121.75º98.1%20.59%-
HSV(B)121.75º99.04%40.78%-
XYZ4.989.921.77-
YUV61.895.3884.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.92%
GREEN value IS 104 (41.02% from 255) = 95.41%
BLUE value IS 4 (1.95% from 255) = 3.67%
R=0.92%
G=95.41%
B=3.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal110440.9900.960.59121.7598.120.59
Hex1684630603B7a6215
Octal1150414301407317214225
Binary111010001001100011011000001110111111010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016804; }

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

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

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

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

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

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

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

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