#445219

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

Shades of Verdun Green #445219

Tints of Verdun Green #445219

Color information

#445219 (or 0x445219) is unknown color: approx Verdun Green. HEX triplet: 44, 52 and 19. RGB value is (68,82,25). Sum of RGB (Red+Green+Blue) = 68+82+25=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 82 - color contains mainly: green. Hex color #445219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445219 is #BBADE6. Grayscale: #474747. Windows color (decimal): -12299751 or 1659460. OLE color: 1659460.

HSL color Cylindrical-coordinate representation of color #445219: hue angle of 74.74º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #445219 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB688225-
CMYK0.1700.700.68
HSL74.74º53.27%20.98%-
HSV(B)74.74º69.51%32.16%-
XYZ5.587.332.04-
YUV71.32101.86125.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.86%
GREEN value IS 82 (32.42% from 255) = 46.86%
BLUE value IS 25 (10.16% from 255) = 14.29%
R=38.86%
G=46.86%
B=14.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6882250.1700.700.6874.7453.2720.98
Hex44521911046444b3515
Octal104122312101061041136525
Binary100010010100101100110001010001101000100100101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445219; }

 p { color: rgb(68,82,25); }

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

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

 a { background-color: rgb(68,82,25); }

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

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

 span { border-color: rgb(68,82,25); }

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