#445601

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

Shades of Verdun Green #445601

Tints of Verdun Green #445601

Color information

#445601 (or 0x445601) is unknown color: approx Verdun Green. HEX triplet: 44, 56 and 01. RGB value is (68,86,1). Sum of RGB (Red+Green+Blue) = 68+86+1=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 86 (33.98% from 255 or 55.48% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 86 - color contains mainly: green. Hex color #445601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445601 is #BBA9FE. Grayscale: #474747. Windows color (decimal): -12298751 or 87620. OLE color: 87620.

HSL color Cylindrical-coordinate representation of color #445601: hue angle of 72.71º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #445601 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB68861-
CMYK0.2100.990.66
HSL72.71º97.7%17.06%-
HSV(B)72.71º98.84%33.73%-
XYZ5.727.891.25-
YUV70.9388.54125.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.87%
GREEN value IS 86 (33.98% from 255) = 55.48%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=43.87%
G=55.48%
B=0.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal688610.2100.990.6672.7197.717.06
Hex445611506342496211
Octal104126125014310211114221
Binary100010010101101101010110001110000101001001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445601; }

 p { color: rgb(68,86,1); }

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

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

 a { background-color: rgb(68,86,1); }

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

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

 span { border-color: rgb(68,86,1); }

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