#445408

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

Shades of Verdun Green #445408

Tints of Verdun Green #445408

Color information

#445408 (or 0x445408) is unknown color: approx Verdun Green. HEX triplet: 44, 54 and 08. RGB value is (68,84,8). Sum of RGB (Red+Green+Blue) = 68+84+8=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 84 (33.20% from 255 or 52.5% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 84 - color contains mainly: green. Hex color #445408 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445408 is #BBABF7. Grayscale: #464646. Windows color (decimal): -12299256 or 545860. OLE color: 545860.

HSL color Cylindrical-coordinate representation of color #445408: hue angle of 72.63º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #445408 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB68848-
CMYK0.1900.900.67
HSL72.63º82.61%18.04%-
HSV(B)72.63º90.48%32.94%-
XYZ5.67.591.4-
YUV70.5592.7126.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.5%
GREEN value IS 84 (33.20% from 255) = 52.5%
BLUE value IS 8 (3.52% from 255) = 5%
R=42.5%
G=52.5%
B=5%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal688480.1900.900.6772.6382.6118.04
Hex445481305A43495312
Octal1041241023013210311112322
Binary100010010101001000100110101101010000111001001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445408; }

 p { color: rgb(68,84,8); }

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

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

 a { background-color: rgb(68,84,8); }

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

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

 span { border-color: rgb(68,84,8); }

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