#445804

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

Shades of Verdun Green #445804

Tints of Verdun Green #445804

Color information

#445804 (or 0x445804) is unknown color: approx Verdun Green. HEX triplet: 44, 58 and 04. RGB value is (68,88,4). Sum of RGB (Red+Green+Blue) = 68+88+4=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 88 (34.77% from 255 or 55% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 88 - color contains mainly: green. Hex color #445804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445804 is #BBA7FB. Grayscale: #484848. Windows color (decimal): -12298236 or 284740. OLE color: 284740.

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

Color convert

RGB68884-
CMYK0.2300.950.65
HSL74.29º91.3%18.04%-
HSV(B)74.29º95.45%34.51%-
XYZ5.98.221.39-
YUV72.4489.37124.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.5%
GREEN value IS 88 (34.77% from 255) = 55%
BLUE value IS 4 (1.95% from 255) = 2.5%
R=42.5%
G=55%
B=2.5%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal688840.2300.950.6574.2991.318.04
Hex445841705F414a5b12
Octal104130427013710111213322
Binary10001001011000100101110101111110000011001010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445804; }

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

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

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

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

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

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

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

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