#47460F

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

Shades of Verdun Green #47460F

Tints of Verdun Green #47460F

Color information

#47460F (or 0x47460F) is unknown color: approx Verdun Green. HEX triplet: 47, 46 and 0F. RGB value is (71,70,15). Sum of RGB (Red+Green+Blue) = 71+70+15=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #47460F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47460F is #B8B9F0. Grayscale: #404040. Windows color (decimal): -12106225 or 1001031. OLE color: 1001031.

HSL color Cylindrical-coordinate representation of color #47460F: hue angle of 58.93º 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 #47460F is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB717015-
CMYK00.010.790.72
HSL58.93º65.12%16.86%-
HSV(B)58.93º78.87%27.84%-
XYZ4.875.751.31-
YUV64.03100.33132.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.51%
GREEN value IS 70 (27.73% from 255) = 44.87%
BLUE value IS 15 (6.25% from 255) = 9.62%
R=45.51%
G=44.87%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71701500.010.790.7258.9365.1216.86
Hex4746F014F483b4111
Octal10710617011171107310121
Binary1000111100011011110110011111001000111011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47460F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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