#444513

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

Shades of Verdun Green #444513

Tints of Verdun Green #444513

Color information

#444513 (or 0x444513) is unknown color: approx Verdun Green. HEX triplet: 44, 45 and 13. RGB value is (68,69,19). Sum of RGB (Red+Green+Blue) = 68+69+19=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 69 - color contains mainly: green. Hex color #444513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444513 is #BBBAEC. Grayscale: #3F3F3F. Windows color (decimal): -12303085 or 1262916. OLE color: 1262916.

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

Color convert

RGB686919-
CMYK0.0100.720.73
HSL61.2º56.82%17.25%-
HSV(B)61.2º72.46%27.06%-
XYZ4.635.531.44-
YUV63103.17131.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.59%
GREEN value IS 69 (27.34% from 255) = 44.23%
BLUE value IS 19 (7.81% from 255) = 12.18%
R=43.59%
G=44.23%
B=12.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6869190.0100.720.7361.256.8217.25
Hex4445131048493d3911
Octal1041052310110111757121
Binary1000100100010110011101001000100100111110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444513; }

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

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

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

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

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

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

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

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