#445E0C

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

Shades of Verdun Green #445E0C

Tints of Verdun Green #445E0C

Color information

#445E0C (or 0x445E0C) is unknown color: approx Verdun Green. HEX triplet: 44, 5E and 0C. RGB value is (68,94,12). Sum of RGB (Red+Green+Blue) = 68+94+12=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 94 (37.11% from 255 or 54.02% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 94 - color contains mainly: green. Hex color #445E0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445E0C is #BBA1F3. Grayscale: #4D4D4D. Windows color (decimal): -12296692 or 810564. OLE color: 810564.

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

Color convert

RGB689412-
CMYK0.2800.870.63
HSL79.02º77.36%20.78%-
HSV(B)79.02º87.23%36.86%-
XYZ6.459.261.8-
YUV76.8891.39121.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.08%
GREEN value IS 94 (37.11% from 255) = 54.02%
BLUE value IS 12 (5.08% from 255) = 6.90%
R=39.08%
G=54.02%
B=6.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6894120.2800.870.6379.0277.3620.78
Hex445EC1C0573F4f4d15
Octal104136143401277711711525
Binary10001001011110110011100010101111111111001111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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