#47580E

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

Shades of Verdun Green #47580E

Tints of Verdun Green #47580E

Color information

#47580E (or 0x47580E) is unknown color: approx Verdun Green. HEX triplet: 47, 58 and 0E. RGB value is (71,88,14). Sum of RGB (Red+Green+Blue) = 71+88+14=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #47580E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47580E is #B8A7F1. Grayscale: #4A4A4A. Windows color (decimal): -12101618 or 940103. OLE color: 940103.

HSL color Cylindrical-coordinate representation of color #47580E: hue angle of 73.78º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #47580E is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB718814-
CMYK0.1900.840.65
HSL73.78º72.55%20%-
HSV(B)73.78º84.09%34.51%-
XYZ6.178.351.7-
YUV74.4893.87125.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.04%
GREEN value IS 88 (34.77% from 255) = 50.87%
BLUE value IS 14 (5.86% from 255) = 8.09%
R=41.04%
G=50.87%
B=8.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7188140.1900.840.6573.7872.5520
Hex4758E13054414a4914
Octal1071301623012410111211124
Binary100011110110001110100110101010010000011001010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47580E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47580E; }

 p { color: rgb(71,88,14); }

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

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

 a { background-color: rgb(71,88,14); }

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

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

 span { border-color: rgb(71,88,14); }

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