#445420

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

Shades of Verdun Green #445420

Tints of Verdun Green #445420

Color information

#445420 (or 0x445420) is unknown color: approx Verdun Green. HEX triplet: 44, 54 and 20. RGB value is (68,84,32). Sum of RGB (Red+Green+Blue) = 68+84+32=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #445420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445420 is #BBABDF. Grayscale: #494949. Windows color (decimal): -12299232 or 2118724. OLE color: 2118724.

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

Color convert

RGB688432-
CMYK0.1900.620.67
HSL78.46º44.83%22.75%-
HSV(B)78.46º61.9%32.94%-
XYZ5.817.672.54-
YUV73.29104.7124.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.96%
GREEN value IS 84 (33.20% from 255) = 45.65%
BLUE value IS 32 (12.89% from 255) = 17.39%
R=36.96%
G=45.65%
B=17.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6884320.1900.620.6778.4644.8322.75
Hex4454201303E434e2d17
Octal10412440230761031165527
Binary100010010101001000001001101111101000011100111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445420; }

 p { color: rgb(68,84,32); }

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

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

 a { background-color: rgb(68,84,32); }

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

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

 span { border-color: rgb(68,84,32); }

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