#47561F

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

Shades of Verdun Green #47561F

Tints of Verdun Green #47561F

Color information

#47561F (or 0x47561F) is unknown color: approx Verdun Green. HEX triplet: 47, 56 and 1F. RGB value is (71,86,31). Sum of RGB (Red+Green+Blue) = 71+86+31=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 86 (33.98% from 255 or 45.74% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 86 - color contains mainly: green. Hex color #47561F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47561F is #B8A9E0. Grayscale: #4B4B4B. Windows color (decimal): -12102113 or 2053703. OLE color: 2053703.

HSL color Cylindrical-coordinate representation of color #47561F: hue angle of 76.36º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47561F is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB718631-
CMYK0.1700.640.66
HSL76.36º47.01%22.94%-
HSV(B)76.36º63.95%33.73%-
XYZ6.178.092.53-
YUV75.24103.03124.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.77%
GREEN value IS 86 (33.98% from 255) = 45.74%
BLUE value IS 31 (12.5% from 255) = 16.49%
R=37.77%
G=45.74%
B=16.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7186310.1700.640.6676.3647.0122.94
Hex47561F11040424c2f17
Octal107126372101001021145727
Binary100011110101101111110001010000001000010100110010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47561F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,86,31); }

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

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

 a { background-color: rgb(71,86,31); }

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

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

 span { border-color: rgb(71,86,31); }

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