#445D0F

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

Shades of Verdun Green #445D0F

Tints of Verdun Green #445D0F

Color information

#445D0F (or 0x445D0F) is unknown color: approx Verdun Green. HEX triplet: 44, 5D and 0F. RGB value is (68,93,15). Sum of RGB (Red+Green+Blue) = 68+93+15=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 93 (36.72% from 255 or 52.84% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 93 - color contains mainly: green. Hex color #445D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445D0F is #BBA2F0. Grayscale: #4C4C4C. Windows color (decimal): -12296945 or 1006916. OLE color: 1006916.

HSL color Cylindrical-coordinate representation of color #445D0F: hue angle of 79.23º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #445D0F is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB689315-
CMYK0.2700.840.64
HSL79.23º72.22%21.18%-
HSV(B)79.23º83.87%36.47%-
XYZ6.389.091.87-
YUV76.6393.22121.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.64%
GREEN value IS 93 (36.72% from 255) = 52.84%
BLUE value IS 15 (6.25% from 255) = 8.52%
R=38.64%
G=52.84%
B=8.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6893150.2700.840.6479.2372.2221.18
Hex445DF1B054404f4815
Octal1041351733012410011711025
Binary100010010111011111110110101010010000001001111100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,93,15); }

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

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

 a { background-color: rgb(68,93,15); }

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

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

 span { border-color: rgb(68,93,15); }

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