#465120

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

Shades of Verdun Green #465120

Tints of Verdun Green #465120

Color information

#465120 (or 0x465120) is unknown color: approx Verdun Green. HEX triplet: 46, 51 and 20. RGB value is (70,81,32). Sum of RGB (Red+Green+Blue) = 70+81+32=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #465120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465120 is #B9AEDF. Grayscale: #484848. Windows color (decimal): -12168928 or 2117958. OLE color: 2117958.

HSL color Cylindrical-coordinate representation of color #465120: hue angle of 73.47º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #465120 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB708132-
CMYK0.1400.600.68
HSL73.47º43.36%22.16%-
HSV(B)73.47º60.49%31.76%-
XYZ5.737.292.47-
YUV72.12105.36126.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.25%
GREEN value IS 81 (32.03% from 255) = 44.26%
BLUE value IS 32 (12.89% from 255) = 17.49%
R=38.25%
G=44.26%
B=17.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7081320.1400.600.6873.4743.3622.16
Hex465120E03C44492b16
Octal10612140160741041115326
Binary10001101010001100000111001111001000100100100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465120; }

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

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

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

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

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

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

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

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