#445e15

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

Shades of Verdun Green #445E15

Tints of Verdun Green #445E15

Color information

#445E15 (or 0x445E15) is unknown color: approx Verdun Green. HEX triplet: 44, 5E and 15. RGB value is (68,94,21). Sum of RGB (Red+Green+Blue) = 68+94+21=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 94 (37.11% from 255 or 51.37% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 94 - color contains mainly: green. Hex color #445E15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445E15 is #BBA1EA. Grayscale: #4E4E4E. Windows color (decimal): -12296683 or 1400388. OLE color: 1400388.

HSL color Cylindrical-coordinate representation of color #445E15: hue angle of 81.37º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #445E15 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB689421-
CMYK0.2800.780.63
HSL81.37º63.48%22.55%-
HSV(B)81.37º77.66%36.86%-
XYZ6.529.292.16-
YUV77.995.89120.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.16%
GREEN value IS 94 (37.11% from 255) = 51.37%
BLUE value IS 21 (8.59% from 255) = 11.48%
R=37.16%
G=51.37%
B=11.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6894210.2800.780.6381.3763.4822.55
Hex445E151C04E3F513f17
Octal10413625340116771217727
Binary10001001011110101011110001001110111111101000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445e15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,94,21); }

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

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

 a { background-color: rgb(68,94,21); }

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

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

 span { border-color: rgb(68,94,21); }

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