#465621

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

Shades of Verdun Green #465621

Tints of Verdun Green #465621

Color information

#465621 (or 0x465621) is unknown color: approx Verdun Green. HEX triplet: 46, 56 and 21. RGB value is (70,86,33). Sum of RGB (Red+Green+Blue) = 70+86+33=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 86 - color contains mainly: green. Hex color #465621 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465621 is #B9A9DE. Grayscale: #4B4B4B. Windows color (decimal): -12167647 or 2184774. OLE color: 2184774.

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

Color convert

RGB708633-
CMYK0.1900.620.66
HSL78.11º44.54%23.33%-
HSV(B)78.11º61.63%33.73%-
XYZ6.138.072.67-
YUV75.17104.2124.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.04%
GREEN value IS 86 (33.98% from 255) = 45.50%
BLUE value IS 33 (13.28% from 255) = 17.46%
R=37.04%
G=45.50%
B=17.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7086330.1900.620.6678.1144.5423.33
Hex4656211303E424e2d17
Octal10612641230761021165527
Binary100011010101101000011001101111101000010100111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465621; }

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

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

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

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

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

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

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

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