#445918

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

Shades of Verdun Green #445918

Tints of Verdun Green #445918

Color information

#445918 (or 0x445918) is unknown color: approx Verdun Green. HEX triplet: 44, 59 and 18. RGB value is (68,89,24). Sum of RGB (Red+Green+Blue) = 68+89+24=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 89 (35.16% from 255 or 49.17% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 89 - color contains mainly: green. Hex color #445918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445918 is #BBA6E7. Grayscale: #4B4B4B. Windows color (decimal): -12297960 or 1595716. OLE color: 1595716.

HSL color Cylindrical-coordinate representation of color #445918: hue angle of 79.38º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #445918 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB688924-
CMYK0.2400.730.65
HSL79.38º57.52%22.16%-
HSV(B)79.38º73.03%34.9%-
XYZ6.128.442.17-
YUV75.3199.04122.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.57%
GREEN value IS 89 (35.16% from 255) = 49.17%
BLUE value IS 24 (9.77% from 255) = 13.26%
R=37.57%
G=49.17%
B=13.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6889240.2400.730.6579.3857.5222.16
Hex44591818049414f3a16
Octal104131303001111011177226
Binary100010010110011100011000010010011000001100111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445918; }

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

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

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

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

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

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

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

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