#444914

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

Shades of Verdun Green #444914

Tints of Verdun Green #444914

Color information

#444914 (or 0x444914) is unknown color: approx Verdun Green. HEX triplet: 44, 49 and 14. RGB value is (68,73,20). Sum of RGB (Red+Green+Blue) = 68+73+20=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 73 - color contains mainly: green. Hex color #444914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444914 is #BBB6EB. Grayscale: #414141. Windows color (decimal): -12302060 or 1329476. OLE color: 1329476.

HSL color Cylindrical-coordinate representation of color #444914: hue angle of 65.66º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #444914 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB687320-
CMYK0.0700.730.71
HSL65.66º56.99%18.24%-
HSV(B)65.66º72.6%28.63%-
XYZ4.896.041.57-
YUV65.46102.34129.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.24%
GREEN value IS 73 (28.91% from 255) = 45.34%
BLUE value IS 20 (8.20% from 255) = 12.42%
R=42.24%
G=45.34%
B=12.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6873200.0700.730.7165.6656.9918.24
Hex444914704947423912
Octal10411124701111071027122
Binary1000100100100110100111010010011000111100001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444914; }

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

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

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

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

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

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

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

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