#016415

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

Shades of Green #016415

Tints of Green #016415

Color information

#016415 (or 0x016415) is unknown color: approx Green. HEX triplet: 01, 64 and 15. RGB value is (1,100,21). Sum of RGB (Red+Green+Blue) = 1+100+21=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 100 (39.45% from 255 or 81.97% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 100 - color contains mainly: green. Hex color #016415 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016415 is #FE9BEA. Grayscale: #3D3D3D. Windows color (decimal): -16686059 or 1401857. OLE color: 1401857.

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

Color convert

RGB110021-
CMYK0.9900.790.61
HSL132.12º98.02%19.8%-
HSV(B)132.12º99%39.22%-
XYZ4.719.172.23-
YUV61.39105.284.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.82%
GREEN value IS 100 (39.45% from 255) = 81.97%
BLUE value IS 21 (8.59% from 255) = 17.21%
R=0.82%
G=81.97%
B=17.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1100210.9900.790.61132.1298.0219.8
Hex164156304F3D846214
Octal11442514301177520414224
Binary111001001010111000110100111111110110000100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016415; }

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

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

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

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

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

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

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

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