#444916

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

Shades of Verdun Green #444916

Tints of Verdun Green #444916

Color information

#444916 (or 0x444916) is unknown color: approx Verdun Green. HEX triplet: 44, 49 and 16. RGB value is (68,73,22). Sum of RGB (Red+Green+Blue) = 68+73+22=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 73 - color contains mainly: green. Hex color #444916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444916 is #BBB6E9. Grayscale: #414141. Windows color (decimal): -12302058 or 1460548. OLE color: 1460548.

HSL color Cylindrical-coordinate representation of color #444916: hue angle of 65.88º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #444916 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB687322-
CMYK0.0700.700.71
HSL65.88º53.68%18.63%-
HSV(B)65.88º69.86%28.63%-
XYZ4.916.051.67-
YUV65.69103.34129.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.72%
GREEN value IS 73 (28.91% from 255) = 44.79%
BLUE value IS 22 (8.98% from 255) = 13.50%
R=41.72%
G=44.79%
B=13.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6873220.0700.700.7165.8853.6818.63
Hex444916704647423613
Octal10411126701061071026623
Binary1000100100100110110111010001101000111100001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444916; }

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

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

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

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

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

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

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

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