#445B18

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

Shades of Verdun Green #445B18

Tints of Verdun Green #445B18

Color information

#445B18 (or 0x445B18) is unknown color: approx Verdun Green. HEX triplet: 44, 5B and 18. RGB value is (68,91,24). Sum of RGB (Red+Green+Blue) = 68+91+24=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 91 (35.94% from 255 or 49.73% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 91 - color contains mainly: green. Hex color #445B18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445B18 is #BBA4E7. Grayscale: #4C4C4C. Windows color (decimal): -12297448 or 1596228. OLE color: 1596228.

HSL color Cylindrical-coordinate representation of color #445B18: hue angle of 80.6º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #445B18 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB689124-
CMYK0.2500.740.64
HSL80.6º58.26%22.55%-
HSV(B)80.6º73.63%35.69%-
XYZ6.298.782.23-
YUV76.4898.38121.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.16%
GREEN value IS 91 (35.94% from 255) = 49.73%
BLUE value IS 24 (9.77% from 255) = 13.11%
R=37.16%
G=49.73%
B=13.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6891240.2500.740.6480.658.2622.55
Hex445B181904A40513a17
Octal104133303101121001217227
Binary100010010110111100011001010010101000000101000111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445B18; }

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

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

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

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

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

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

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

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