#464810

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

Shades of Verdun Green #464810

Tints of Verdun Green #464810

Color information

#464810 (or 0x464810) is unknown color: approx Verdun Green. HEX triplet: 46, 48 and 10. RGB value is (70,72,16). Sum of RGB (Red+Green+Blue) = 70+72+16=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #464810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464810 is #B9B7EF. Grayscale: #414141. Windows color (decimal): -12171248 or 1067078. OLE color: 1067078.

HSL color Cylindrical-coordinate representation of color #464810: hue angle of 62.14º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #464810 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB707216-
CMYK0.0300.780.72
HSL62.14º63.64%17.25%-
HSV(B)62.14º77.78%28.24%-
XYZ4.945.971.38-
YUV65.02100.34131.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 72 (28.52% from 255) = 45.57%
BLUE value IS 16 (6.64% from 255) = 10.13%
R=44.30%
G=45.57%
B=10.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7072160.0300.780.7262.1463.6417.25
Hex464810304E483e4011
Octal10611020301161107610021
Binary100011010010001000011010011101001000111110100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464810; }

 p { color: rgb(70,72,16); }

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

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

 a { background-color: rgb(70,72,16); }

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

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

 span { border-color: rgb(70,72,16); }

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