#445611

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

Shades of Verdun Green #445611

Tints of Verdun Green #445611

Color information

#445611 (or 0x445611) is unknown color: approx Verdun Green. HEX triplet: 44, 56 and 11. RGB value is (68,86,17). Sum of RGB (Red+Green+Blue) = 68+86+17=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 86 (33.98% from 255 or 50.29% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 86 - color contains mainly: green. Hex color #445611 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445611 is #BBA9EE. Grayscale: #494949. Windows color (decimal): -12298735 or 1136196. OLE color: 1136196.

HSL color Cylindrical-coordinate representation of color #445611: hue angle of 75.65º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #445611 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB688617-
CMYK0.2100.800.66
HSL75.65º66.99%20.2%-
HSV(B)75.65º80.23%33.73%-
XYZ5.817.921.75-
YUV72.7596.54124.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.77%
GREEN value IS 86 (33.98% from 255) = 50.29%
BLUE value IS 17 (7.03% from 255) = 9.94%
R=39.77%
G=50.29%
B=9.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6886170.2100.800.6675.6566.9920.2
Hex44561115050424c4314
Octal1041262125012010211410324
Binary1000100101011010001101010101000010000101001100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445611; }

 p { color: rgb(68,86,17); }

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

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

 a { background-color: rgb(68,86,17); }

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

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

 span { border-color: rgb(68,86,17); }

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