#47540F

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

Shades of Verdun Green #47540F

Tints of Verdun Green #47540F

Color information

#47540F (or 0x47540F) is unknown color: approx Verdun Green. HEX triplet: 47, 54 and 0F. RGB value is (71,84,15). Sum of RGB (Red+Green+Blue) = 71+84+15=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #47540F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47540F is #B8ABF0. Grayscale: #484848. Windows color (decimal): -12102641 or 1004615. OLE color: 1004615.

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

Color convert

RGB718415-
CMYK0.1500.820.67
HSL71.3º69.7%19.41%-
HSV(B)71.3º82.14%32.94%-
XYZ5.867.711.63-
YUV72.2595.69127.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.76%
GREEN value IS 84 (33.20% from 255) = 49.41%
BLUE value IS 15 (6.25% from 255) = 8.82%
R=41.76%
G=49.41%
B=8.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7184150.1500.820.6771.369.719.41
Hex4754FF05243474613
Octal1071241717012210310710623
Binary10001111010100111111110101001010000111000111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47540F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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