#44490F

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

Shades of Verdun Green #44490F

Tints of Verdun Green #44490F

Color information

#44490F (or 0x44490F) is unknown color: approx Verdun Green. HEX triplet: 44, 49 and 0F. RGB value is (68,73,15). Sum of RGB (Red+Green+Blue) = 68+73+15=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 73 - color contains mainly: green. Hex color #44490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44490F is #BBB6F0. Grayscale: #414141. Windows color (decimal): -12302065 or 1001796. OLE color: 1001796.

HSL color Cylindrical-coordinate representation of color #44490F: hue angle of 65.17º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #44490F is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB687315-
CMYK0.0700.790.71
HSL65.17º65.91%17.25%-
HSV(B)65.17º79.45%28.63%-
XYZ4.856.031.36-
YUV64.8999.84130.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.59%
GREEN value IS 73 (28.91% from 255) = 46.79%
BLUE value IS 15 (6.25% from 255) = 9.62%
R=43.59%
G=46.79%
B=9.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6873150.0700.790.7165.1765.9117.25
Hex4449F704F47414211
Octal104111177011710710110221
Binary1000100100100111111110100111110001111000001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44490F; }

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

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

<style>
 a { background-color: #44490F; }

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

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

<style>
 span { border-color: #44490F; }

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

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