#44470F

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

Shades of Verdun Green #44470F

Tints of Verdun Green #44470F

Color information

#44470F (or 0x44470F) is unknown color: approx Verdun Green. HEX triplet: 44, 47 and 0F. RGB value is (68,71,15). Sum of RGB (Red+Green+Blue) = 68+71+15=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #44470F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44470F is #BBB8F0. Grayscale: #3F3F3F. Windows color (decimal): -12302577 or 1001284. OLE color: 1001284.

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

Color convert

RGB687115-
CMYK0.0400.790.72
HSL63.21º65.12%16.86%-
HSV(B)63.21º78.87%27.84%-
XYZ4.725.771.32-
YUV63.72100.51131.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.16%
GREEN value IS 71 (28.12% from 255) = 46.10%
BLUE value IS 15 (6.25% from 255) = 9.74%
R=44.16%
G=46.10%
B=9.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6871150.0400.790.7263.2165.1216.86
Hex4447F404F483f4111
Octal10410717401171107710121
Binary100010010001111111100010011111001000111111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44470F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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