#465821

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

Shades of Verdun Green #465821

Tints of Verdun Green #465821

Color information

#465821 (or 0x465821) is unknown color: approx Verdun Green. HEX triplet: 46, 58 and 21. RGB value is (70,88,33). Sum of RGB (Red+Green+Blue) = 70+88+33=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 88 - color contains mainly: green. Hex color #465821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465821 is #B9A7DE. Grayscale: #4C4C4C. Windows color (decimal): -12167135 or 2185286. OLE color: 2185286.

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

Color convert

RGB708833-
CMYK0.2000.620.65
HSL79.64º45.45%23.73%-
HSV(B)79.64º62.5%34.51%-
XYZ6.298.392.73-
YUV76.35103.54123.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.65%
GREEN value IS 88 (34.77% from 255) = 46.07%
BLUE value IS 33 (13.28% from 255) = 17.28%
R=36.65%
G=46.07%
B=17.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7088330.2000.620.6579.6445.4523.73
Hex4658211403E41502d18
Octal10613041240761011205530
Binary100011010110001000011010001111101000001101000010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465821; }

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

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

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

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

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

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

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

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