#47500B

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

Shades of Verdun Green #47500B

Tints of Verdun Green #47500B

Color information

#47500B (or 0x47500B) is unknown color: approx Verdun Green. HEX triplet: 47, 50 and 0B. RGB value is (71,80,11). Sum of RGB (Red+Green+Blue) = 71+80+11=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #47500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47500B is #B8AFF4. Grayscale: #454545. Windows color (decimal): -12103669 or 741447. OLE color: 741447.

HSL color Cylindrical-coordinate representation of color #47500B: hue angle of 67.83º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47500B is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB718011-
CMYK0.1100.860.69
HSL67.83º75.82%17.84%-
HSV(B)67.83º86.25%31.37%-
XYZ5.537.11.4-
YUV69.4495.02129.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.83%
GREEN value IS 80 (31.64% from 255) = 49.38%
BLUE value IS 11 (4.69% from 255) = 6.79%
R=43.83%
G=49.38%
B=6.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7180110.1100.860.6967.8375.8217.84
Hex4750BB05645444c12
Octal1071201313012610510411422
Binary10001111010000101110110101011010001011000100100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47500B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,80,11); }

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

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

 a { background-color: rgb(71,80,11); }

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

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

 span { border-color: rgb(71,80,11); }

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