#476516

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

Shades of Verdun Green #476516

Tints of Verdun Green #476516

Color information

#476516 (or 0x476516) is unknown color: approx Verdun Green. HEX triplet: 47, 65 and 16. RGB value is (71,101,22). Sum of RGB (Red+Green+Blue) = 71+101+22=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 101 (39.84% from 255 or 52.06% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 101 - color contains mainly: green. Hex color #476516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476516 is #B89AE9. Grayscale: #535353. Windows color (decimal): -12098282 or 1467719. OLE color: 1467719.

HSL color Cylindrical-coordinate representation of color #476516: hue angle of 82.78º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #476516 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB7110122-
CMYK0.3000.780.60
HSL82.78º64.23%24.12%-
HSV(B)82.78º78.22%39.61%-
XYZ7.410.72.44-
YUV83.0293.56119.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.60%
GREEN value IS 101 (39.84% from 255) = 52.06%
BLUE value IS 22 (8.98% from 255) = 11.34%
R=36.60%
G=52.06%
B=11.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71101220.3000.780.6082.7864.2324.12
Hex4765161E04E3C534018
Octal107145263601167412310030
Binary100011111001011011011110010011101111001010011100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476516; }

 p { color: rgb(71,101,22); }

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

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

 a { background-color: rgb(71,101,22); }

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

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

 span { border-color: rgb(71,101,22); }

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