#016403

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

Shades of Green #016403

Tints of Green #016403

Color information

#016403 (or 0x016403) is unknown color: approx Green. HEX triplet: 01, 64 and 03. RGB value is (1,100,3). Sum of RGB (Red+Green+Blue) = 1+100+3=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 100 (39.45% from 255 or 96.15% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 100 - color contains mainly: green. Hex color #016403 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016403 is #FE9BFC. Grayscale: #3B3B3B. Windows color (decimal): -16686077 or 222209. OLE color: 222209.

HSL color Cylindrical-coordinate representation of color #016403: hue angle of 121.21º 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 #016403 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.61.

Color convert

RGB11003-
CMYK0.9900.970.61
HSL121.21º98.02%19.8%-
HSV(B)121.21º99%39.22%-
XYZ4.599.131.61-
YUV59.3496.286.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.96%
GREEN value IS 100 (39.45% from 255) = 96.15%
BLUE value IS 3 (1.56% from 255) = 2.88%
R=0.96%
G=96.15%
B=2.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal110030.9900.970.61121.2198.0219.8
Hex1643630613D796214
Octal1144314301417517114224
Binary11100100111100011011000011111011111001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016403; }

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

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

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

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

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

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

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

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