#444516

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

Shades of Verdun Green #444516

Tints of Verdun Green #444516

Color information

#444516 (or 0x444516) is unknown color: approx Verdun Green. HEX triplet: 44, 45 and 16. RGB value is (68,69,22). Sum of RGB (Red+Green+Blue) = 68+69+22=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 69 - color contains mainly: green. Hex color #444516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444516 is #BBBAE9. Grayscale: #3F3F3F. Windows color (decimal): -12303082 or 1459524. OLE color: 1459524.

HSL color Cylindrical-coordinate representation of color #444516: hue angle of 61.28º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #444516 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB686922-
CMYK0.0100.680.73
HSL61.28º51.65%17.84%-
HSV(B)61.28º68.12%27.06%-
XYZ4.665.541.58-
YUV63.34104.67131.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.77%
GREEN value IS 69 (27.34% from 255) = 43.40%
BLUE value IS 22 (8.98% from 255) = 13.84%
R=42.77%
G=43.40%
B=13.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6869220.0100.680.7361.2851.6517.84
Hex4445161044493d3412
Octal1041052610104111756422
Binary1000100100010110110101000100100100111110111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444516; }

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

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

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

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

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

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

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

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