#445811

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

Shades of Verdun Green #445811

Tints of Verdun Green #445811

Color information

#445811 (or 0x445811) is unknown color: approx Verdun Green. HEX triplet: 44, 58 and 11. RGB value is (68,88,17). Sum of RGB (Red+Green+Blue) = 68+88+17=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #445811 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445811 is #BBA7EE. Grayscale: #4A4A4A. Windows color (decimal): -12298223 or 1136708. OLE color: 1136708.

HSL color Cylindrical-coordinate representation of color #445811: hue angle of 76.9º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #445811 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB688817-
CMYK0.2300.810.65
HSL76.9º67.62%20.59%-
HSV(B)76.9º80.68%34.51%-
XYZ5.978.251.81-
YUV73.9395.87123.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.31%
GREEN value IS 88 (34.77% from 255) = 50.87%
BLUE value IS 17 (7.03% from 255) = 9.83%
R=39.31%
G=50.87%
B=9.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6888170.2300.810.6576.967.6220.59
Hex44581117051414d4415
Octal1041302127012110111510425
Binary1000100101100010001101110101000110000011001101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445811; }

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

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

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

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

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

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

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

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