#445605

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

Shades of Verdun Green #445605

Tints of Verdun Green #445605

Color information

#445605 (or 0x445605) is unknown color: approx Verdun Green. HEX triplet: 44, 56 and 05. RGB value is (68,86,5). Sum of RGB (Red+Green+Blue) = 68+86+5=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 86 (33.98% from 255 or 54.09% from 159); Blue value is 5 (2.34% from 255 or 3.14% from 159); Max value from RGB is 86 - color contains mainly: green. Hex color #445605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445605 is #BBA9FA. Grayscale: #474747. Windows color (decimal): -12298747 or 349764. OLE color: 349764.

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

Color convert

RGB68865-
CMYK0.2100.940.66
HSL73.33º89.01%17.84%-
HSV(B)73.33º94.19%33.73%-
XYZ5.747.91.37-
YUV71.3890.54125.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.77%
GREEN value IS 86 (33.98% from 255) = 54.09%
BLUE value IS 5 (2.34% from 255) = 3.14%
R=42.77%
G=54.09%
B=3.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal688650.2100.940.6673.3389.0117.84
Hex445651505E42495912
Octal104126525013610211113122
Binary10001001010110101101010101111010000101001001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445605; }

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

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

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

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

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

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

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

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