#444205

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

Shades of Verdun Green #444205

Tints of Verdun Green #444205

Color information

#444205 (or 0x444205) is unknown color: approx Verdun Green. HEX triplet: 44, 42 and 05. RGB value is (68,66,5). Sum of RGB (Red+Green+Blue) = 68+66+5=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #444205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444205 is #BBBDFA. Grayscale: #3B3B3B. Windows color (decimal): -12303867 or 344644. OLE color: 344644.

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

Color convert

RGB68665-
CMYK00.030.930.73
HSL58.1º86.3%14.31%-
HSV(B)58.1º92.65%26.67%-
XYZ4.365.140.91-
YUV59.6497.16133.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.92%
GREEN value IS 66 (26.17% from 255) = 47.48%
BLUE value IS 5 (2.34% from 255) = 3.60%
R=48.92%
G=47.48%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6866500.030.930.7358.186.314.31
Hex44425035D493a56e
Octal1041025031351117212616
Binary100010010000101010111011101100100111101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444205; }

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

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

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

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

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

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

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

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