#464E16

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

Shades of Verdun Green #464E16

Tints of Verdun Green #464E16

Color information

#464E16 (or 0x464E16) is unknown color: approx Verdun Green. HEX triplet: 46, 4E and 16. RGB value is (70,78,22). Sum of RGB (Red+Green+Blue) = 70+78+22=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 78 - color contains mainly: green. Hex color #464E16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #464E16 is #B9B1E9. Grayscale: #454545. Windows color (decimal): -12169706 or 1461830. OLE color: 1461830.

HSL color Cylindrical-coordinate representation of color #464E16: hue angle of 68.57º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #464E16 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB707822-
CMYK0.1000.720.69
HSL68.57º56%19.61%-
HSV(B)68.57º71.79%30.59%-
XYZ5.396.811.79-
YUV69.22101.35128.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.18%
GREEN value IS 78 (30.86% from 255) = 45.88%
BLUE value IS 22 (8.98% from 255) = 12.94%
R=41.18%
G=45.88%
B=12.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7078220.1000.720.6968.575619.61
Hex464E16A04845453814
Octal106116261201101051057024
Binary10001101001110101101010010010001000101100010111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464E16; }

 p { color: rgb(70,78,22); }

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

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

 a { background-color: rgb(70,78,22); }

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

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

 span { border-color: rgb(70,78,22); }

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