#476616

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

Shades of Verdun Green #476616

Tints of Verdun Green #476616

Color information

#476616 (or 0x476616) is unknown color: approx Verdun Green. HEX triplet: 47, 66 and 16. RGB value is (71,102,22). Sum of RGB (Red+Green+Blue) = 71+102+22=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 102 (40.23% from 255 or 52.31% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 102 - color contains mainly: green. Hex color #476616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476616 is #B899E9. Grayscale: #535353. Windows color (decimal): -12098026 or 1467975. OLE color: 1467975.

HSL color Cylindrical-coordinate representation of color #476616: hue angle of 83.25º degrees, saturation: 0.65, 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 #476616 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB7110222-
CMYK0.3000.780.6
HSL83.25º64.52%24.31%-
HSV(B)83.25º78.43%40%-
XYZ7.4910.92.47-
YUV83.6193.23119-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.41%
GREEN value IS 102 (40.23% from 255) = 52.31%
BLUE value IS 22 (8.98% from 255) = 11.28%
R=36.41%
G=52.31%
B=11.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71102220.3000.780.683.2564.5224.31
Hex4766161E04E3C534118
Octal107146263601167412310130
Binary100011111001101011011110010011101111001010011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476616; }

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

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

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

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

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

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

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

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