#465820

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

Shades of Verdun Green #465820

Tints of Verdun Green #465820

Color information

#465820 (or 0x465820) is unknown color: approx Verdun Green. HEX triplet: 46, 58 and 20. RGB value is (70,88,32). Sum of RGB (Red+Green+Blue) = 70+88+32=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 88 - color contains mainly: green. Hex color #465820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465820 is #B9A7DF. Grayscale: #4C4C4C. Windows color (decimal): -12167136 or 2119750. OLE color: 2119750.

HSL color Cylindrical-coordinate representation of color #465820: hue angle of 79.29º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #465820 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB708832-
CMYK0.2000.640.65
HSL79.29º46.67%23.53%-
HSV(B)79.29º63.64%34.51%-
XYZ6.288.392.65-
YUV76.23103.04123.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.84%
GREEN value IS 88 (34.77% from 255) = 46.32%
BLUE value IS 32 (12.89% from 255) = 16.84%
R=36.84%
G=46.32%
B=16.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7088320.2000.640.6579.2946.6723.53
Hex46582014040414f2f18
Octal106130402401001011175730
Binary1000110101100010000010100010000001000001100111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465820; }

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

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

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

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

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

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

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

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