#445306

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

Shades of Verdun Green #445306

Tints of Verdun Green #445306

Color information

#445306 (or 0x445306) is unknown color: approx Verdun Green. HEX triplet: 44, 53 and 06. RGB value is (68,83,6). Sum of RGB (Red+Green+Blue) = 68+83+6=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #445306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445306 is #BBACF9. Grayscale: #464646. Windows color (decimal): -12299514 or 414532. OLE color: 414532.

HSL color Cylindrical-coordinate representation of color #445306: hue angle of 71.69º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #445306 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB68836-
CMYK0.1800.930.67
HSL71.69º86.52%17.45%-
HSV(B)71.69º92.77%32.55%-
XYZ5.517.431.32-
YUV69.7492.03126.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.31%
GREEN value IS 83 (32.81% from 255) = 52.87%
BLUE value IS 6 (2.73% from 255) = 3.82%
R=43.31%
G=52.87%
B=3.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal688360.1800.930.6771.6986.5217.45
Hex445361205D43485711
Octal104123622013510311012721
Binary10001001010011110100100101110110000111001000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445306; }

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

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

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

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

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

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

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

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