#465520

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

Shades of Verdun Green #465520

Tints of Verdun Green #465520

Color information

#465520 (or 0x465520) is unknown color: approx Verdun Green. HEX triplet: 46, 55 and 20. RGB value is (70,85,32). Sum of RGB (Red+Green+Blue) = 70+85+32=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #465520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465520 is #B9AADF. Grayscale: #4A4A4A. Windows color (decimal): -12167904 or 2118982. OLE color: 2118982.

HSL color Cylindrical-coordinate representation of color #465520: hue angle of 76.98º 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 #465520 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB708532-
CMYK0.1800.620.67
HSL76.98º45.3%22.94%-
HSV(B)76.98º62.35%33.33%-
XYZ6.037.92.57-
YUV74.47104.03124.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.43%
GREEN value IS 85 (33.59% from 255) = 45.45%
BLUE value IS 32 (12.89% from 255) = 17.11%
R=37.43%
G=45.45%
B=17.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7085320.1800.620.6776.9845.322.94
Hex4655201203E434d2d17
Octal10612540220761031155527
Binary100011010101011000001001001111101000011100110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465520; }

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

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

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

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

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

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

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

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