#445603

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

Shades of Verdun Green #445603

Tints of Verdun Green #445603

Color information

#445603 (or 0x445603) is unknown color: approx Verdun Green. HEX triplet: 44, 56 and 03. RGB value is (68,86,3). Sum of RGB (Red+Green+Blue) = 68+86+3=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 86 (33.98% from 255 or 54.78% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 86 - color contains mainly: green. Hex color #445603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445603 is #BBA9FC. Grayscale: #474747. Windows color (decimal): -12298749 or 218692. OLE color: 218692.

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

Color convert

RGB68863-
CMYK0.2100.970.66
HSL73.01º93.26%17.45%-
HSV(B)73.01º96.51%33.73%-
XYZ5.737.891.31-
YUV71.1689.54125.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.31%
GREEN value IS 86 (33.98% from 255) = 54.78%
BLUE value IS 3 (1.56% from 255) = 1.91%
R=43.31%
G=54.78%
B=1.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal688630.2100.970.6673.0193.2617.45
Hex445631506142495d11
Octal104126325014110211113521
Binary1000100101011011101010110000110000101001001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445603; }

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

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

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

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

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

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

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

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