#47531A

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

Shades of Verdun Green #47531A

Tints of Verdun Green #47531A

Color information

#47531A (or 0x47531A) is unknown color: approx Verdun Green. HEX triplet: 47, 53 and 1A. RGB value is (71,83,26). Sum of RGB (Red+Green+Blue) = 71+83+26=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #47531A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47531A is #B8ACE5. Grayscale: #494949. Windows color (decimal): -12102886 or 1725255. OLE color: 1725255.

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

Color convert

RGB718326-
CMYK0.1400.690.67
HSL72.63º52.29%21.37%-
HSV(B)72.63º68.67%32.55%-
XYZ5.887.62.13-
YUV72.91101.52126.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.44%
GREEN value IS 83 (32.81% from 255) = 46.11%
BLUE value IS 26 (10.55% from 255) = 14.44%
R=39.44%
G=46.11%
B=14.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7183260.1400.690.6772.6352.2921.37
Hex47531AE04543493415
Octal107123321601051031116425
Binary10001111010011110101110010001011000011100100111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47531A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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