#445908

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

Shades of Verdun Green #445908

Tints of Verdun Green #445908

Color information

#445908 (or 0x445908) is unknown color: approx Verdun Green. HEX triplet: 44, 59 and 08. RGB value is (68,89,8). Sum of RGB (Red+Green+Blue) = 68+89+8=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 89 (35.16% from 255 or 53.94% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 89 - color contains mainly: green. Hex color #445908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445908 is #BBA6F7. Grayscale: #494949. Windows color (decimal): -12297976 or 547140. OLE color: 547140.

HSL color Cylindrical-coordinate representation of color #445908: hue angle of 75.56º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #445908 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB68898-
CMYK0.2400.910.65
HSL75.56º83.51%19.02%-
HSV(B)75.56º91.01%34.9%-
XYZ68.391.53-
YUV73.4991.04124.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.21%
GREEN value IS 89 (35.16% from 255) = 53.94%
BLUE value IS 8 (3.52% from 255) = 4.85%
R=41.21%
G=53.94%
B=4.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal688980.2400.910.6575.5683.5119.02
Hex445981805B414c5413
Octal1041311030013310111412423
Binary100010010110011000110000101101110000011001100101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445908; }

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

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

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

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

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

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

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

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