#44470D

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

Shades of Verdun Green #44470D

Tints of Verdun Green #44470D

Color information

#44470D (or 0x44470D) is unknown color: approx Verdun Green. HEX triplet: 44, 47 and 0D. RGB value is (68,71,13). Sum of RGB (Red+Green+Blue) = 68+71+13=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 71 - color contains mainly: green. Hex color #44470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44470D is #BBB8F2. Grayscale: #3F3F3F. Windows color (decimal): -12302579 or 870212. OLE color: 870212.

HSL color Cylindrical-coordinate representation of color #44470D: hue angle of 63.1º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #44470D is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB687113-
CMYK0.0400.820.72
HSL63.1º69.05%16.47%-
HSV(B)63.1º81.69%27.84%-
XYZ4.715.761.25-
YUV63.4999.51131.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.74%
GREEN value IS 71 (28.12% from 255) = 46.71%
BLUE value IS 13 (5.47% from 255) = 8.55%
R=44.74%
G=46.71%
B=8.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6871130.0400.820.7263.169.0516.47
Hex4447D4052483f4510
Octal10410715401221107710520
Binary100010010001111101100010100101001000111111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44470D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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