#445520

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

Shades of Verdun Green #445520

Tints of Verdun Green #445520

Color information

#445520 (or 0x445520) is unknown color: approx Verdun Green. HEX triplet: 44, 55 and 20. RGB value is (68,85,32). Sum of RGB (Red+Green+Blue) = 68+85+32=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #445520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445520 is #BBAADF. Grayscale: #4A4A4A. Windows color (decimal): -12298976 or 2118980. OLE color: 2118980.

HSL color Cylindrical-coordinate representation of color #445520: hue angle of 79.25º 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 #445520 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB688532-
CMYK0.2000.620.67
HSL79.25º45.3%22.94%-
HSV(B)79.25º62.35%33.33%-
XYZ5.897.832.57-
YUV73.88104.37123.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.76%
GREEN value IS 85 (33.59% from 255) = 45.95%
BLUE value IS 32 (12.89% from 255) = 17.30%
R=36.76%
G=45.95%
B=17.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885320.2000.620.6779.2545.322.94
Hex4455201403E434f2d17
Octal10412540240761031175527
Binary100010010101011000001010001111101000011100111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445520; }

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

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

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

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

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

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

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

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