#445718

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

Shades of Verdun Green #445718

Tints of Verdun Green #445718

Color information

#445718 (or 0x445718) is unknown color: approx Verdun Green. HEX triplet: 44, 57 and 18. RGB value is (68,87,24). Sum of RGB (Red+Green+Blue) = 68+87+24=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 87 (34.38% from 255 or 48.60% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 87 - color contains mainly: green. Hex color #445718 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445718 is #BBA8E7. Grayscale: #4A4A4A. Windows color (decimal): -12298472 or 1595204. OLE color: 1595204.

HSL color Cylindrical-coordinate representation of color #445718: hue angle of 78.1º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #445718 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB688724-
CMYK0.2200.720.66
HSL78.1º56.76%21.76%-
HSV(B)78.1º72.41%34.12%-
XYZ5.968.112.12-
YUV74.1499.71123.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.99%
GREEN value IS 87 (34.38% from 255) = 48.60%
BLUE value IS 24 (9.77% from 255) = 13.41%
R=37.99%
G=48.60%
B=13.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6887240.2200.720.6678.156.7621.76
Hex44571816048424e3916
Octal104127302601101021167126
Binary100010010101111100010110010010001000010100111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445718; }

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

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

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

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

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

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

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

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