#444713

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

Shades of Verdun Green #444713

Tints of Verdun Green #444713

Color information

#444713 (or 0x444713) is unknown color: approx Verdun Green. HEX triplet: 44, 47 and 13. RGB value is (68,71,19). Sum of RGB (Red+Green+Blue) = 68+71+19=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 71 - color contains mainly: green. Hex color #444713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444713 is #BBB8EC. Grayscale: #404040. Windows color (decimal): -12302573 or 1263428. OLE color: 1263428.

HSL color Cylindrical-coordinate representation of color #444713: hue angle of 63.46º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #444713 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.

Color convert

RGB687119-
CMYK0.0400.730.72
HSL63.46º57.78%17.65%-
HSV(B)63.46º73.24%27.84%-
XYZ4.755.781.48-
YUV64.18102.51130.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.04%
GREEN value IS 71 (28.12% from 255) = 44.94%
BLUE value IS 19 (7.81% from 255) = 12.03%
R=43.04%
G=44.94%
B=12.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6871190.0400.730.7263.4657.7817.65
Hex4447134049483f3a12
Octal1041072340111110777222
Binary100010010001111001110001001001100100011111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444713; }

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

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

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

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

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

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

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

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