#445607

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

Shades of Verdun Green #445607

Tints of Verdun Green #445607

Color information

#445607 (or 0x445607) is unknown color: approx Verdun Green. HEX triplet: 44, 56 and 07. RGB value is (68,86,7). Sum of RGB (Red+Green+Blue) = 68+86+7=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 86 (33.98% from 255 or 53.42% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 86 - color contains mainly: green. Hex color #445607 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445607 is #BBA9F8. Grayscale: #474747. Windows color (decimal): -12298745 or 480836. OLE color: 480836.

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

Color convert

RGB68867-
CMYK0.2100.920.66
HSL73.67º84.95%18.24%-
HSV(B)73.67º91.86%33.73%-
XYZ5.757.91.42-
YUV71.6191.54125.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.24%
GREEN value IS 86 (33.98% from 255) = 53.42%
BLUE value IS 7 (3.12% from 255) = 4.35%
R=42.24%
G=53.42%
B=4.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal688670.2100.920.6673.6784.9518.24
Hex445671505C424a5512
Octal104126725013410211212522
Binary10001001010110111101010101110010000101001010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445607; }

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

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

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

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

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

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

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

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