#474615

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

Shades of Verdun Green #474615

Tints of Verdun Green #474615

Color information

#474615 (or 0x474615) is unknown color: approx Verdun Green. HEX triplet: 47, 46 and 15. RGB value is (71,70,21). Sum of RGB (Red+Green+Blue) = 71+70+21=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #474615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474615 is #B8B9EA. Grayscale: #404040. Windows color (decimal): -12106219 or 1394247. OLE color: 1394247.

HSL color Cylindrical-coordinate representation of color #474615: hue angle of 58.8º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #474615 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB717021-
CMYK00.010.700.72
HSL58.8º54.35%18.04%-
HSV(B)58.8º70.42%27.84%-
XYZ4.925.771.56-
YUV64.71103.33132.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.83%
GREEN value IS 70 (27.73% from 255) = 43.21%
BLUE value IS 21 (8.59% from 255) = 12.96%
R=43.83%
G=43.21%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71702100.010.700.7258.854.3518.04
Hex4746150146483b3612
Octal1071062501106110736622
Binary1000111100011010101011000110100100011101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474615; }

 p { color: rgb(71,70,21); }

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

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

 a { background-color: rgb(71,70,21); }

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

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

 span { border-color: rgb(71,70,21); }

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