#016004

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

Shades of Green #016004

Tints of Green #016004

Color information

#016004 (or 0x016004) is unknown color: approx Green. HEX triplet: 01, 60 and 04. RGB value is (1,96,4). Sum of RGB (Red+Green+Blue) = 1+96+4=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 96 (37.89% from 255 or 95.05% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 96 - color contains mainly: green. Hex color #016004 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016004 is #FE9FFB. Grayscale: #393939. Windows color (decimal): -16687100 or 286721. OLE color: 286721.

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

Color convert

RGB1964-
CMYK0.9900.960.62
HSL121.89º97.94%19.02%-
HSV(B)121.89º98.96%37.65%-
XYZ4.228.381.51-
YUV57.1198.0387.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.99%
GREEN value IS 96 (37.89% from 255) = 95.05%
BLUE value IS 4 (1.95% from 255) = 3.96%
R=0.99%
G=95.05%
B=3.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal19640.9900.960.62121.8997.9419.02
Hex1604630603E7a6213
Octal1140414301407617214223
Binary111000001001100011011000001111101111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016004; }

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

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

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

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

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

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

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

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