#445016

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

Shades of Verdun Green #445016

Tints of Verdun Green #445016

Color information

#445016 (or 0x445016) is unknown color: approx Verdun Green. HEX triplet: 44, 50 and 16. RGB value is (68,80,22). Sum of RGB (Red+Green+Blue) = 68+80+22=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 80 - color contains mainly: green. Hex color #445016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445016 is #BBAFE9. Grayscale: #464646. Windows color (decimal): -12300266 or 1462340. OLE color: 1462340.

HSL color Cylindrical-coordinate representation of color #445016: hue angle of 72.41º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #445016 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB688022-
CMYK0.1500.720.69
HSL72.41º56.86%20%-
HSV(B)72.41º72.5%31.37%-
XYZ5.47.021.83-
YUV69.8101.02126.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40%
GREEN value IS 80 (31.64% from 255) = 47.06%
BLUE value IS 22 (8.98% from 255) = 12.94%
R=40%
G=47.06%
B=12.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6880220.1500.720.6972.4156.8620
Hex445016F04845483914
Octal104120261701101051107124
Binary10001001010000101101111010010001000101100100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445016; }

 p { color: rgb(68,80,22); }

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

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

 a { background-color: rgb(68,80,22); }

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

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

 span { border-color: rgb(68,80,22); }

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