#445806

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

Shades of Verdun Green #445806

Tints of Verdun Green #445806

Color information

#445806 (or 0x445806) is unknown color: approx Verdun Green. HEX triplet: 44, 58 and 06. RGB value is (68,88,6). Sum of RGB (Red+Green+Blue) = 68+88+6=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 6 (2.73% from 255 or 3.70% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #445806 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445806 is #BBA7F9. Grayscale: #484848. Windows color (decimal): -12298234 or 415812. OLE color: 415812.

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

Color convert

RGB68886-
CMYK0.2300.930.65
HSL74.63º87.23%18.43%-
HSV(B)74.63º93.18%34.51%-
XYZ5.918.221.45-
YUV72.6790.37124.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.98%
GREEN value IS 88 (34.77% from 255) = 54.32%
BLUE value IS 6 (2.73% from 255) = 3.70%
R=41.98%
G=54.32%
B=3.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal688860.2300.930.6574.6387.2318.43
Hex445861705D414b5712
Octal104130627013510111312722
Binary10001001011000110101110101110110000011001011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445806; }

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

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

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

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

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

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

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

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