#465420

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

Shades of Verdun Green #465420

Tints of Verdun Green #465420

Color information

#465420 (or 0x465420) is unknown color: approx Verdun Green. HEX triplet: 46, 54 and 20. RGB value is (70,84,32). Sum of RGB (Red+Green+Blue) = 70+84+32=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #465420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465420 is #B9ABDF. Grayscale: #4A4A4A. Windows color (decimal): -12168160 or 2118726. OLE color: 2118726.

HSL color Cylindrical-coordinate representation of color #465420: hue angle of 76.15º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #465420 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB708432-
CMYK0.1700.620.67
HSL76.15º44.83%22.75%-
HSV(B)76.15º61.9%32.94%-
XYZ5.967.752.55-
YUV73.89104.36125.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.63%
GREEN value IS 84 (33.20% from 255) = 45.16%
BLUE value IS 32 (12.89% from 255) = 17.20%
R=37.63%
G=45.16%
B=17.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7084320.1700.620.6776.1544.8322.75
Hex4654201103E434c2d17
Octal10612440210761031145527
Binary100011010101001000001000101111101000011100110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465420; }

 p { color: rgb(70,84,32); }

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

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

 a { background-color: rgb(70,84,32); }

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

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

 span { border-color: rgb(70,84,32); }

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