#44590E

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

Shades of Verdun Green #44590E

Tints of Verdun Green #44590E

Color information

#44590E (or 0x44590E) is unknown color: approx Verdun Green. HEX triplet: 44, 59 and 0E. RGB value is (68,89,14). Sum of RGB (Red+Green+Blue) = 68+89+14=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 89 (35.16% from 255 or 52.05% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 89 - color contains mainly: green. Hex color #44590E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44590E is #BBA6F1. Grayscale: #4A4A4A. Windows color (decimal): -12297970 or 940356. OLE color: 940356.

HSL color Cylindrical-coordinate representation of color #44590E: hue angle of 76.8º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44590E is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB688914-
CMYK0.2400.840.65
HSL76.8º72.82%20.2%-
HSV(B)76.8º84.27%34.9%-
XYZ6.048.411.72-
YUV74.1794.04123.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.77%
GREEN value IS 89 (35.16% from 255) = 52.05%
BLUE value IS 14 (5.86% from 255) = 8.19%
R=39.77%
G=52.05%
B=8.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6889140.2400.840.6576.872.8220.2
Hex4459E18054414d4914
Octal1041311630012410111511124
Binary100010010110011110110000101010010000011001101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44590E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44590E; }

 p { color: rgb(68,89,14); }

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

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

 a { background-color: rgb(68,89,14); }

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

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

 span { border-color: rgb(68,89,14); }

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