#444716

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

Shades of Verdun Green #444716

Tints of Verdun Green #444716

Color information

#444716 (or 0x444716) is unknown color: approx Verdun Green. HEX triplet: 44, 47 and 16. RGB value is (68,71,22). Sum of RGB (Red+Green+Blue) = 68+71+22=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #444716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444716 is #BBB8E9. Grayscale: #404040. Windows color (decimal): -12302570 or 1460036. OLE color: 1460036.

HSL color Cylindrical-coordinate representation of color #444716: hue angle of 63.67º 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 #444716 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB687122-
CMYK0.0400.690.72
HSL63.67º52.69%18.24%-
HSV(B)63.67º69.01%27.84%-
XYZ4.785.791.63-
YUV64.52104.01130.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.24%
GREEN value IS 71 (28.12% from 255) = 44.10%
BLUE value IS 22 (8.98% from 255) = 13.66%
R=42.24%
G=44.10%
B=13.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6871220.0400.690.7263.6752.6918.24
Hex444716404548403512
Octal10410726401051101006522
Binary1000100100011110110100010001011001000100000011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444716; }

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

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

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

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

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

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

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

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