#446808

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

Shades of Verdun Green #446808

Tints of Verdun Green #446808

Color information

#446808 (or 0x446808) is unknown color: approx Verdun Green. HEX triplet: 44, 68 and 08. RGB value is (68,104,8). Sum of RGB (Red+Green+Blue) = 68+104+8=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 104 (41.02% from 255 or 57.78% from 180); Blue value is 8 (3.52% from 255 or 4.44% from 180); Max value from RGB is 104 - color contains mainly: green. Hex color #446808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446808 is #BB97F7. Grayscale: #525252. Windows color (decimal): -12294136 or 550980. OLE color: 550980.

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

Color convert

RGB681048-
CMYK0.3500.920.59
HSL82.5º85.71%21.96%-
HSV(B)82.5º92.31%40.78%-
XYZ7.3811.151.99-
YUV82.2986.07117.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.78%
GREEN value IS 104 (41.02% from 255) = 57.78%
BLUE value IS 8 (3.52% from 255) = 4.44%
R=37.78%
G=57.78%
B=4.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6810480.3500.920.5982.585.7121.96
Hex446882305C3B525616
Octal104150104301347312212626
Binary100010011010001000100011010111001110111010010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446808; }

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

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

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

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

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

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

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

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