#445418

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

Shades of Verdun Green #445418

Tints of Verdun Green #445418

Color information

#445418 (or 0x445418) is unknown color: approx Verdun Green. HEX triplet: 44, 54 and 18. RGB value is (68,84,24). Sum of RGB (Red+Green+Blue) = 68+84+24=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #445418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445418 is #BBABE7. Grayscale: #484848. Windows color (decimal): -12299240 or 1594436. OLE color: 1594436.

HSL color Cylindrical-coordinate representation of color #445418: hue angle of 76º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #445418 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB688424-
CMYK0.1900.710.67
HSL76º55.56%21.18%-
HSV(B)76º71.43%32.94%-
XYZ5.727.642.04-
YUV72.38100.7124.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.64%
GREEN value IS 84 (33.20% from 255) = 47.73%
BLUE value IS 24 (9.77% from 255) = 13.64%
R=38.64%
G=47.73%
B=13.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6884240.1900.710.677655.5621.18
Hex44541813047434c3815
Octal104124302301071031147025
Binary100010010101001100010011010001111000011100110011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445418; }

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

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

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

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

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

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

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

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