#444816

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

Shades of Verdun Green #444816

Tints of Verdun Green #444816

Color information

#444816 (or 0x444816) is unknown color: approx Verdun Green. HEX triplet: 44, 48 and 16. RGB value is (68,72,22). Sum of RGB (Red+Green+Blue) = 68+72+22=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #444816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444816 is #BBB7E9. Grayscale: #414141. Windows color (decimal): -12302314 or 1460292. OLE color: 1460292.

HSL color Cylindrical-coordinate representation of color #444816: hue angle of 64.8º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #444816 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB687222-
CMYK0.0600.690.72
HSL64.8º53.19%18.43%-
HSV(B)64.8º69.44%28.24%-
XYZ4.855.921.65-
YUV65.1103.67130.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.98%
GREEN value IS 72 (28.52% from 255) = 44.44%
BLUE value IS 22 (8.98% from 255) = 13.58%
R=41.98%
G=44.44%
B=13.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6872220.0600.690.7264.853.1918.43
Hex444816604548413512
Octal10411026601051101016522
Binary1000100100100010110110010001011001000100000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444816; }

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

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

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

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

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

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

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

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