#465620

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

Shades of Verdun Green #465620

Tints of Verdun Green #465620

Color information

#465620 (or 0x465620) is unknown color: approx Verdun Green. HEX triplet: 46, 56 and 20. RGB value is (70,86,32). Sum of RGB (Red+Green+Blue) = 70+86+32=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 86 (33.98% from 255 or 45.74% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 86 - color contains mainly: green. Hex color #465620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465620 is #B9A9DF. Grayscale: #4B4B4B. Windows color (decimal): -12167648 or 2119238. OLE color: 2119238.

HSL color Cylindrical-coordinate representation of color #465620: hue angle of 77.78º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #465620 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB708632-
CMYK0.1900.630.66
HSL77.78º45.76%23.14%-
HSV(B)77.78º62.79%33.73%-
XYZ6.118.062.6-
YUV75.06103.7124.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.23%
GREEN value IS 86 (33.98% from 255) = 45.74%
BLUE value IS 32 (12.89% from 255) = 17.02%
R=37.23%
G=45.74%
B=17.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7086320.1900.630.6677.7845.7623.14
Hex4656201303F424e2e17
Octal10612640230771021165627
Binary100011010101101000001001101111111000010100111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465620; }

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

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

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

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

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

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

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

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