#446806

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

Shades of Verdun Green #446806

Tints of Verdun Green #446806

Color information

#446806 (or 0x446806) is unknown color: approx Verdun Green. HEX triplet: 44, 68 and 06. RGB value is (68,104,6). Sum of RGB (Red+Green+Blue) = 68+104+6=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 104 (41.02% from 255 or 58.43% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 104 - color contains mainly: green. Hex color #446806 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446806 is #BB97F9. Grayscale: #525252. Windows color (decimal): -12294138 or 419908. OLE color: 419908.

HSL color Cylindrical-coordinate representation of color #446806: hue angle of 82.04º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #446806 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB681046-
CMYK0.3500.940.59
HSL82.04º89.09%21.57%-
HSV(B)82.04º94.23%40.78%-
XYZ7.3711.141.93-
YUV82.0685.07117.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.20%
GREEN value IS 104 (41.02% from 255) = 58.43%
BLUE value IS 6 (2.73% from 255) = 3.37%
R=38.20%
G=58.43%
B=3.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6810460.3500.940.5982.0489.0921.57
Hex446862305E3B525916
Octal10415064301367312213126
Binary10001001101000110100011010111101110111010010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446806; }

 p { color: rgb(68,104,6); }

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

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

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

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

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

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

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