#444518

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

Shades of Verdun Green #444518

Tints of Verdun Green #444518

Color information

#444518 (or 0x444518) is unknown color: approx Verdun Green. HEX triplet: 44, 45 and 18. RGB value is (68,69,24). Sum of RGB (Red+Green+Blue) = 68+69+24=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 69 - color contains mainly: green. Hex color #444518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444518 is #BBBAE7. Grayscale: #3F3F3F. Windows color (decimal): -12303080 or 1590596. OLE color: 1590596.

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

Color convert

RGB686924-
CMYK0.0100.650.73
HSL61.33º48.39%18.24%-
HSV(B)61.33º65.22%27.06%-
XYZ4.685.551.69-
YUV63.57105.67131.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.24%
GREEN value IS 69 (27.34% from 255) = 42.86%
BLUE value IS 24 (9.77% from 255) = 14.91%
R=42.24%
G=42.86%
B=14.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6869240.0100.650.7361.3348.3918.24
Hex4445181041493d3012
Octal1041053010101111756022
Binary1000100100010111000101000001100100111110111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444518; }

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

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

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

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

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

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

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

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