#445506

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

Shades of Verdun Green #445506

Tints of Verdun Green #445506

Color information

#445506 (or 0x445506) is unknown color: approx Verdun Green. HEX triplet: 44, 55 and 06. RGB value is (68,85,6). Sum of RGB (Red+Green+Blue) = 68+85+6=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #445506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445506 is #BBAAF9. Grayscale: #474747. Windows color (decimal): -12299002 or 415044. OLE color: 415044.

HSL color Cylindrical-coordinate representation of color #445506: hue angle of 72.91º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #445506 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB68856-
CMYK0.2000.930.67
HSL72.91º86.81%17.84%-
HSV(B)72.91º92.94%33.33%-
XYZ5.677.741.37-
YUV70.9191.37125.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.77%
GREEN value IS 85 (33.59% from 255) = 53.46%
BLUE value IS 6 (2.73% from 255) = 3.77%
R=42.77%
G=53.46%
B=3.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal688560.2000.930.6772.9186.8117.84
Hex445561405D43495712
Octal104125624013510311112722
Binary10001001010101110101000101110110000111001001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445506; }

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

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

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

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

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

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

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

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