#464811

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

Shades of Verdun Green #464811

Tints of Verdun Green #464811

Color information

#464811 (or 0x464811) is unknown color: approx Verdun Green. HEX triplet: 46, 48 and 11. RGB value is (70,72,17). Sum of RGB (Red+Green+Blue) = 70+72+17=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #464811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464811 is #B9B7EE. Grayscale: #414141. Windows color (decimal): -12171247 or 1132614. OLE color: 1132614.

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

Color convert

RGB707217-
CMYK0.0300.760.72
HSL62.18º61.8%17.45%-
HSV(B)62.18º76.39%28.24%-
XYZ4.945.981.42-
YUV65.13100.84131.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.03%
GREEN value IS 72 (28.52% from 255) = 45.28%
BLUE value IS 17 (7.03% from 255) = 10.69%
R=44.03%
G=45.28%
B=10.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7072170.0300.760.7262.1861.817.45
Hex464811304C483e3e11
Octal1061102130114110767621
Binary10001101001000100011101001100100100011111011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464811; }

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

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

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

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

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

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

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

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