#445A16

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

Shades of Verdun Green #445A16

Tints of Verdun Green #445A16

Color information

#445A16 (or 0x445A16) is unknown color: approx Verdun Green. HEX triplet: 44, 5A and 16. RGB value is (68,90,22). Sum of RGB (Red+Green+Blue) = 68+90+22=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 90 (35.55% from 255 or 50% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 90 - color contains mainly: green. Hex color #445A16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445A16 is #BBA5E9. Grayscale: #4B4B4B. Windows color (decimal): -12297706 or 1464900. OLE color: 1464900.

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

Color convert

RGB689022-
CMYK0.2400.760.65
HSL79.41º60.71%21.96%-
HSV(B)79.41º75.56%35.29%-
XYZ6.188.62.09-
YUV75.6797.71122.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.78%
GREEN value IS 90 (35.55% from 255) = 50%
BLUE value IS 22 (8.98% from 255) = 12.22%
R=37.78%
G=50%
B=12.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6890220.2400.760.6579.4160.7121.96
Hex445A161804C414f3d16
Octal104132263001141011177526
Binary100010010110101011011000010011001000001100111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445A16; }

 p { color: rgb(68,90,22); }

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

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

 a { background-color: rgb(68,90,22); }

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

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

 span { border-color: rgb(68,90,22); }

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