#445701

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

Shades of Verdun Green #445701

Tints of Verdun Green #445701

Color information

#445701 (or 0x445701) is unknown color: approx Verdun Green. HEX triplet: 44, 57 and 01. RGB value is (68,87,1). Sum of RGB (Red+Green+Blue) = 68+87+1=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 87 (34.38% from 255 or 55.77% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 87 - color contains mainly: green. Hex color #445701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445701 is #BBA8FE. Grayscale: #474747. Windows color (decimal): -12298495 or 87876. OLE color: 87876.

HSL color Cylindrical-coordinate representation of color #445701: hue angle of 73.26º 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 #445701 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB68871-
CMYK0.2200.990.66
HSL73.26º97.73%17.25%-
HSV(B)73.26º98.85%34.12%-
XYZ5.88.051.28-
YUV71.5288.21125.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.59%
GREEN value IS 87 (34.38% from 255) = 55.77%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=43.59%
G=55.77%
B=0.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal688710.2200.990.6673.2697.7317.25
Hex445711606342496211
Octal104127126014310211114221
Binary100010010101111101100110001110000101001001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445701; }

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

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

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

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

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

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

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

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