#465320

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

Shades of Verdun Green #465320

Tints of Verdun Green #465320

Color information

#465320 (or 0x465320) is unknown color: approx Verdun Green. HEX triplet: 46, 53 and 20. RGB value is (70,83,32). Sum of RGB (Red+Green+Blue) = 70+83+32=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 83 - color contains mainly: green. Hex color #465320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465320 is #B9ACDF. Grayscale: #494949. Windows color (decimal): -12168416 or 2118470. OLE color: 2118470.

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

Color convert

RGB708332-
CMYK0.1600.610.67
HSL75.29º44.35%22.55%-
HSV(B)75.29º61.45%32.55%-
XYZ5.887.592.52-
YUV73.3104.69125.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.84%
GREEN value IS 83 (32.81% from 255) = 44.86%
BLUE value IS 32 (12.89% from 255) = 17.30%
R=37.84%
G=44.86%
B=17.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7083320.1600.610.6775.2944.3522.55
Hex4653201003D434b2c17
Octal10612340200751031135427
Binary100011010100111000001000001111011000011100101110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465320; }

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

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

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

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

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

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

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

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