#445801

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

Shades of Verdun Green #445801

Tints of Verdun Green #445801

Color information

#445801 (or 0x445801) is unknown color: approx Verdun Green. HEX triplet: 44, 58 and 01. RGB value is (68,88,1). Sum of RGB (Red+Green+Blue) = 68+88+1=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 88 (34.77% from 255 or 56.05% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 88 - color contains mainly: green. Hex color #445801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445801 is #BBA7FE. Grayscale: #484848. Windows color (decimal): -12298239 or 88132. OLE color: 88132.

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

Color convert

RGB68881-
CMYK0.2300.990.65
HSL73.79º97.75%17.45%-
HSV(B)73.79º98.86%34.51%-
XYZ5.888.211.3-
YUV72.187.87125.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.31%
GREEN value IS 88 (34.77% from 255) = 56.05%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=43.31%
G=56.05%
B=0.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal688810.2300.990.6573.7997.7517.45
Hex4458117063414a6211
Octal104130127014310111214221
Binary100010010110001101110110001110000011001010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445801; }

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

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

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

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

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

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

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

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