#47640B

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

Shades of Verdun Green #47640B

Tints of Verdun Green #47640B

Color information

#47640B (or 0x47640B) is unknown color: approx Verdun Green. HEX triplet: 47, 64 and 0B. RGB value is (71,100,11). Sum of RGB (Red+Green+Blue) = 71+100+11=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 100 (39.45% from 255 or 54.95% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 100 - color contains mainly: green. Hex color #47640B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47640B is #B89BF4. Grayscale: #515151. Windows color (decimal): -12098549 or 746567. OLE color: 746567.

HSL color Cylindrical-coordinate representation of color #47640B: hue angle of 79.55º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #47640B is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB7110011-
CMYK0.2900.890.61
HSL79.55º80.18%21.76%-
HSV(B)79.55º89%39.22%-
XYZ7.2210.481.96-
YUV81.1888.39120.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.01%
GREEN value IS 100 (39.45% from 255) = 54.95%
BLUE value IS 11 (4.69% from 255) = 6.04%
R=39.01%
G=54.95%
B=6.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal71100110.2900.890.6179.5580.1821.76
Hex4764B1D0593D505016
Octal107144133501317512012026
Binary10001111100100101111101010110011111011010000101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47640B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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