#016104

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

Shades of Green #016104

Tints of Green #016104

Color information

#016104 (or 0x016104) is unknown color: approx Green. HEX triplet: 01, 61 and 04. RGB value is (1,97,4). Sum of RGB (Red+Green+Blue) = 1+97+4=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 97 (38.28% from 255 or 95.10% from 102); Blue value is 4 (1.95% from 255 or 3.92% from 102); Max value from RGB is 97 - color contains mainly: green. Hex color #016104 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016104 is #FE9EFB. Grayscale: #393939. Windows color (decimal): -16686844 or 286977. OLE color: 286977.

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

Color convert

RGB1974-
CMYK0.9900.960.62
HSL121.88º97.96%19.22%-
HSV(B)121.88º98.97%38.04%-
XYZ4.318.561.54-
YUV57.6997.787.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.98%
GREEN value IS 97 (38.28% from 255) = 95.10%
BLUE value IS 4 (1.95% from 255) = 3.92%
R=0.98%
G=95.10%
B=3.92%

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
Decimal19740.9900.960.62121.8897.9619.22
Hex1614630603E7a6213
Octal1141414301407617214223
Binary111000011001100011011000001111101111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016104; }

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

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

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

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

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

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

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

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