#445818

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

Shades of Verdun Green #445818

Tints of Verdun Green #445818

Color information

#445818 (or 0x445818) is unknown color: approx Verdun Green. HEX triplet: 44, 58 and 18. RGB value is (68,88,24). Sum of RGB (Red+Green+Blue) = 68+88+24=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 88 - color contains mainly: green. Hex color #445818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445818 is #BBA7E7. Grayscale: #4A4A4A. Windows color (decimal): -12298216 or 1595460. OLE color: 1595460.

HSL color Cylindrical-coordinate representation of color #445818: hue angle of 78.75º degrees, saturation: 0.57, 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 #445818 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB688824-
CMYK0.2300.730.65
HSL78.75º57.14%21.96%-
HSV(B)78.75º72.73%34.51%-
XYZ6.048.272.14-
YUV74.7299.37123.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.78%
GREEN value IS 88 (34.77% from 255) = 48.89%
BLUE value IS 24 (9.77% from 255) = 13.33%
R=37.78%
G=48.89%
B=13.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6888240.2300.730.6578.7557.1421.96
Hex44581817049414f3916
Octal104130302701111011177126
Binary100010010110001100010111010010011000001100111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445818; }

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

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

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

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

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

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

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

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