#47540A

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

Shades of Verdun Green #47540A

Tints of Verdun Green #47540A

Color information

#47540A (or 0x47540A) is unknown color: approx Verdun Green. HEX triplet: 47, 54 and 0A. RGB value is (71,84,10). Sum of RGB (Red+Green+Blue) = 71+84+10=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 84 (33.20% from 255 or 50.91% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 84 - color contains mainly: green. Hex color #47540A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47540A is #B8ABF5. Grayscale: #474747. Windows color (decimal): -12102646 or 676935. OLE color: 676935.

HSL color Cylindrical-coordinate representation of color #47540A: hue angle of 70.54º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #47540A is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB718410-
CMYK0.1500.880.67
HSL70.54º78.72%18.43%-
HSV(B)70.54º88.1%32.94%-
XYZ5.827.71.47-
YUV71.6893.19127.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.03%
GREEN value IS 84 (33.20% from 255) = 50.91%
BLUE value IS 10 (4.30% from 255) = 6.06%
R=43.03%
G=50.91%
B=6.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7184100.1500.880.6770.5478.7218.43
Hex4754AF05843474f12
Octal1071241217013010310711722
Binary10001111010100101011110101100010000111000111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47540A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47540A; }

 p { color: rgb(71,84,10); }

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

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

 a { background-color: rgb(71,84,10); }

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

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

 span { border-color: rgb(71,84,10); }

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