#444F16

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

Shades of Verdun Green #444F16

Tints of Verdun Green #444F16

Color information

#444F16 (or 0x444F16) is unknown color: approx Verdun Green. HEX triplet: 44, 4F and 16. RGB value is (68,79,22). Sum of RGB (Red+Green+Blue) = 68+79+22=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 79 (31.25% from 255 or 46.75% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 79 - color contains mainly: green. Hex color #444F16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #444F16 is #BBB0E9. Grayscale: #454545. Windows color (decimal): -12300522 or 1462084. OLE color: 1462084.

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

Color convert

RGB687922-
CMYK0.1400.720.69
HSL71.58º56.44%19.8%-
HSV(B)71.58º72.15%30.98%-
XYZ5.326.881.81-
YUV69.21101.36127.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.24%
GREEN value IS 79 (31.25% from 255) = 46.75%
BLUE value IS 22 (8.98% from 255) = 13.02%
R=40.24%
G=46.75%
B=13.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6879220.1400.720.6971.5856.4419.8
Hex444F16E04845483814
Octal104117261601101051107024
Binary10001001001111101101110010010001000101100100011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444F16; }

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

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

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

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

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

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

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

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