#016814

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

Shades of Green #016814

Tints of Green #016814

Color information

#016814 (or 0x016814) is unknown color: approx Green. HEX triplet: 01, 68 and 14. RGB value is (1,104,20). Sum of RGB (Red+Green+Blue) = 1+104+20=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 104 (41.02% from 255 or 83.2% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 104 - color contains mainly: green. Hex color #016814 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016814 is #FE97EB. Grayscale: #3F3F3F. Windows color (decimal): -16685036 or 1337345. OLE color: 1337345.

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

Color convert

RGB110420-
CMYK0.9900.810.59
HSL131.07º98.1%20.59%-
HSV(B)131.07º99.04%40.78%-
XYZ5.099.962.32-
YUV63.63103.3883.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.8%
GREEN value IS 104 (41.02% from 255) = 83.2%
BLUE value IS 20 (8.20% from 255) = 16%
R=0.8%
G=83.2%
B=16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1104200.9900.810.59131.0798.120.59
Hex16814630513B836215
Octal11502414301217320314225
Binary111010001010011000110101000111101110000011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016814; }

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

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

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

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

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

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

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

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