#444412

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

Shades of Verdun Green #444412

Tints of Verdun Green #444412

Color information

#444412 (or 0x444412) is unknown color: approx Verdun Green. HEX triplet: 44, 44 and 12. RGB value is (68,68,18). Sum of RGB (Red+Green+Blue) = 68+68+18=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 68 - color contains mainly: red, green. Hex color #444412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444412 is #BBBBED. Grayscale: #3E3E3E. Windows color (decimal): -12303342 or 1197124. OLE color: 1197124.

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

Color convert

RGB686818-
CMYK000.740.73
HSL60º58.14%16.86%-
HSV(B)60º73.53%26.67%-
XYZ4.565.411.38-
YUV62.3103132.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.16%
GREEN value IS 68 (26.95% from 255) = 44.16%
BLUE value IS 18 (7.42% from 255) = 11.69%
R=44.16%
G=44.16%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal686818000.740.736058.1416.86
Hex444412004A493c3a11
Octal1041042200112111747221
Binary1000100100010010010001001010100100111110011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444412; }

 p { color: rgb(68,68,18); }

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

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

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

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

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

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

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