#445716

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

Shades of Verdun Green #445716

Tints of Verdun Green #445716

Color information

#445716 (or 0x445716) is unknown color: approx Verdun Green. HEX triplet: 44, 57 and 16. RGB value is (68,87,22). Sum of RGB (Red+Green+Blue) = 68+87+22=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 87 (34.38% from 255 or 49.15% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 87 - color contains mainly: green. Hex color #445716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445716 is #BBA8E9. Grayscale: #4A4A4A. Windows color (decimal): -12298474 or 1464132. OLE color: 1464132.

HSL color Cylindrical-coordinate representation of color #445716: hue angle of 77.54º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #445716 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB688722-
CMYK0.2200.750.66
HSL77.54º59.63%21.37%-
HSV(B)77.54º74.71%34.12%-
XYZ5.948.12.01-
YUV73.9198.71123.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.42%
GREEN value IS 87 (34.38% from 255) = 49.15%
BLUE value IS 22 (8.98% from 255) = 12.43%
R=38.42%
G=49.15%
B=12.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6887220.2200.750.6677.5459.6321.37
Hex4457161604B424e3c15
Octal104127262601131021167425
Binary100010010101111011010110010010111000010100111011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445716; }

 p { color: rgb(68,87,22); }

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

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

 a { background-color: rgb(68,87,22); }

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

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

 span { border-color: rgb(68,87,22); }

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