#44490D

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

Shades of Verdun Green #44490D

Tints of Verdun Green #44490D

Color information

#44490D (or 0x44490D) is unknown color: approx Verdun Green. HEX triplet: 44, 49 and 0D. RGB value is (68,73,13). Sum of RGB (Red+Green+Blue) = 68+73+13=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 73 - color contains mainly: green. Hex color #44490D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44490D is #BBB6F2. Grayscale: #404040. Windows color (decimal): -12302067 or 870724. OLE color: 870724.

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

Color convert

RGB687313-
CMYK0.0700.820.71
HSL65º69.77%16.86%-
HSV(B)65º82.19%28.63%-
XYZ4.846.021.29-
YUV64.6798.84130.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.16%
GREEN value IS 73 (28.91% from 255) = 47.40%
BLUE value IS 13 (5.47% from 255) = 8.44%
R=44.16%
G=47.40%
B=8.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6873130.0700.820.716569.7716.86
Hex4449D705247414611
Octal104111157012210710110621
Binary1000100100100111011110101001010001111000001100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44490D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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