#444208

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

Shades of Verdun Green #444208

Tints of Verdun Green #444208

Color information

#444208 (or 0x444208) is unknown color: approx Verdun Green. HEX triplet: 44, 42 and 08. RGB value is (68,66,8). Sum of RGB (Red+Green+Blue) = 68+66+8=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 68 - color contains mainly: red. Hex color #444208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444208 is #BBBDF7. Grayscale: #3C3C3C. Windows color (decimal): -12303864 or 541252. OLE color: 541252.

HSL color Cylindrical-coordinate representation of color #444208: hue angle of 58º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #444208 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.73.

Color convert

RGB68668-
CMYK00.030.880.73
HSL58º78.95%14.9%-
HSV(B)58º88.24%26.67%-
XYZ4.385.140.99-
YUV59.9998.66133.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.89%
GREEN value IS 66 (26.17% from 255) = 46.48%
BLUE value IS 8 (3.52% from 255) = 5.63%
R=47.89%
G=46.48%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6866800.030.880.735878.9514.9
Hex444280358493a4ff
Octal10410210031301117211717
Binary1000100100001010000111011000100100111101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444208; }

 p { color: rgb(68,66,8); }

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

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

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

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

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

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

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