#47531B

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

Shades of Verdun Green #47531B

Tints of Verdun Green #47531B

Color information

#47531B (or 0x47531B) is unknown color: approx Verdun Green. HEX triplet: 47, 53 and 1B. RGB value is (71,83,27). Sum of RGB (Red+Green+Blue) = 71+83+27=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #47531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47531B is #B8ACE4. Grayscale: #494949. Windows color (decimal): -12102885 or 1790791. OLE color: 1790791.

HSL color Cylindrical-coordinate representation of color #47531B: hue angle of 72.86º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47531B is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB718327-
CMYK0.1400.670.67
HSL72.86º50.91%21.57%-
HSV(B)72.86º67.47%32.55%-
XYZ5.897.612.19-
YUV73.03102.02126.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.23%
GREEN value IS 83 (32.81% from 255) = 45.86%
BLUE value IS 27 (10.94% from 255) = 14.92%
R=39.23%
G=45.86%
B=14.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7183270.1400.670.6772.8650.9121.57
Hex47531BE04343493316
Octal107123331601031031116326
Binary10001111010011110111110010000111000011100100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47531B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47531B; }

 p { color: rgb(71,83,27); }

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

<style>
 a { background-color: #47531B; }

 a { background-color: rgb(71,83,27); }

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

<style>
 span { border-color: #47531B; }

 span { border-color: rgb(71,83,27); }

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