#445800

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

Shades of Verdun Green #445800

Tints of Verdun Green #445800

Color information

#445800 (or 0x445800) is unknown color: approx Verdun Green. HEX triplet: 44, 58 and 00. RGB value is (68,88,0). Sum of RGB (Red+Green+Blue) = 68+88+0=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 88 (34.77% from 255 or 56.41% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 88 - color contains mainly: green. Hex color #445800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445800 is #BBA7FF. Grayscale: #484848. Windows color (decimal): -12298240 or 22596. OLE color: 22596.

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

Color convert

RGB68880-
CMYK0.23010.65
HSL73.64º100%17.25%-
HSV(B)73.64º100%34.51%-
XYZ5.878.211.27-
YUV71.9987.37125.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.59%
GREEN value IS 88 (34.77% from 255) = 56.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.59%
G=56.41%
B=0%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal688800.23010.6573.6410017.25
Hex4458017064414a6411
Octal104130027014410111214421
Binary100010010110000101110110010010000011001010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445800; }

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

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

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

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

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

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

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

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