#465721

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

Shades of Verdun Green #465721

Tints of Verdun Green #465721

Color information

#465721 (or 0x465721) is unknown color: approx Verdun Green. HEX triplet: 46, 57 and 21. RGB value is (70,87,33). Sum of RGB (Red+Green+Blue) = 70+87+33=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 87 (34.38% from 255 or 45.79% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 87 - color contains mainly: green. Hex color #465721 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465721 is #B9A8DE. Grayscale: #4B4B4B. Windows color (decimal): -12167391 or 2185030. OLE color: 2185030.

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

Color convert

RGB708733-
CMYK0.2000.620.66
HSL78.89º45%23.53%-
HSV(B)78.89º62.07%34.12%-
XYZ6.218.232.7-
YUV75.76103.87123.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.84%
GREEN value IS 87 (34.38% from 255) = 45.79%
BLUE value IS 33 (13.28% from 255) = 17.37%
R=36.84%
G=45.79%
B=17.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7087330.2000.620.6678.894523.53
Hex4657211403E424f2d18
Octal10612741240761021175530
Binary100011010101111000011010001111101000010100111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465721; }

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

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

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

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

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

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

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

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