#466516

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

Shades of Verdun Green #466516

Tints of Verdun Green #466516

Color information

#466516 (or 0x466516) is unknown color: approx Verdun Green. HEX triplet: 46, 65 and 16. RGB value is (70,101,22). Sum of RGB (Red+Green+Blue) = 70+101+22=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 101 (39.84% from 255 or 52.33% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 101 - color contains mainly: green. Hex color #466516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466516 is #B99AE9. Grayscale: #535353. Windows color (decimal): -12163818 or 1467718. OLE color: 1467718.

HSL color Cylindrical-coordinate representation of color #466516: hue angle of 83.54º 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 #466516 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB7010122-
CMYK0.3100.780.60
HSL83.54º64.23%24.12%-
HSV(B)83.54º78.22%39.61%-
XYZ7.3210.672.43-
YUV82.7293.73118.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 101 (39.84% from 255) = 52.33%
BLUE value IS 22 (8.98% from 255) = 11.40%
R=36.27%
G=52.33%
B=11.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70101220.3100.780.6083.5464.2324.12
Hex4665161F04E3C544018
Octal106145263701167412410030
Binary100011011001011011011111010011101111001010100100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466516; }

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

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

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

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

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

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

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

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