#474611

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

Shades of Verdun Green #474611

Tints of Verdun Green #474611

Color information

#474611 (or 0x474611) is unknown color: approx Verdun Green. HEX triplet: 47, 46 and 11. RGB value is (71,70,17). Sum of RGB (Red+Green+Blue) = 71+70+17=158 (20% of max value = 765). Red value is 71 (28.12% from 255 or 44.94% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 71 - color contains mainly: red. Hex color #474611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474611 is #B8B9EE. Grayscale: #404040. Windows color (decimal): -12106223 or 1132103. OLE color: 1132103.

HSL color Cylindrical-coordinate representation of color #474611: hue angle of 58.89º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #474611 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB717017-
CMYK00.010.760.72
HSL58.89º61.36%17.25%-
HSV(B)58.89º76.06%27.84%-
XYZ4.895.761.38-
YUV64.26101.33132.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.94%
GREEN value IS 70 (27.73% from 255) = 44.30%
BLUE value IS 17 (7.03% from 255) = 10.76%
R=44.94%
G=44.30%
B=10.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71701700.010.760.7258.8961.3617.25
Hex474611014C483b3d11
Octal1071062101114110737521
Binary1000111100011010001011001100100100011101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474611; }

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

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

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

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

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

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

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

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