#445917

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

Shades of Verdun Green #445917

Tints of Verdun Green #445917

Color information

#445917 (or 0x445917) is unknown color: approx Verdun Green. HEX triplet: 44, 59 and 17. RGB value is (68,89,23). Sum of RGB (Red+Green+Blue) = 68+89+23=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 89 (35.16% from 255 or 49.44% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 89 - color contains mainly: green. Hex color #445917 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445917 is #BBA6E8. Grayscale: #4B4B4B. Windows color (decimal): -12297961 or 1530180. OLE color: 1530180.

HSL color Cylindrical-coordinate representation of color #445917: hue angle of 79.09º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #445917 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB688923-
CMYK0.2400.740.65
HSL79.09º58.93%21.96%-
HSV(B)79.09º74.16%34.9%-
XYZ6.118.442.12-
YUV75.298.54122.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.78%
GREEN value IS 89 (35.16% from 255) = 49.44%
BLUE value IS 23 (9.38% from 255) = 12.78%
R=37.78%
G=49.44%
B=12.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6889230.2400.740.6579.0958.9321.96
Hex4459171804A414f3b16
Octal104131273001121011177326
Binary100010010110011011111000010010101000001100111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445917; }

 p { color: rgb(68,89,23); }

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

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

 a { background-color: rgb(68,89,23); }

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

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

 span { border-color: rgb(68,89,23); }

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