#466316

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

Shades of Verdun Green #466316

Tints of Verdun Green #466316

Color information

#466316 (or 0x466316) is unknown color: approx Verdun Green. HEX triplet: 46, 63 and 16. RGB value is (70,99,22). Sum of RGB (Red+Green+Blue) = 70+99+22=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 99 (39.06% from 255 or 51.83% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 99 - color contains mainly: green. Hex color #466316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466316 is #B99CE9. Grayscale: #515151. Windows color (decimal): -12164330 or 1467206. OLE color: 1467206.

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

Color convert

RGB709922-
CMYK0.2900.780.61
HSL82.6º63.64%23.73%-
HSV(B)82.6º77.78%38.82%-
XYZ7.1310.282.37-
YUV81.5594.39119.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.65%
GREEN value IS 99 (39.06% from 255) = 51.83%
BLUE value IS 22 (8.98% from 255) = 11.52%
R=36.65%
G=51.83%
B=11.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7099220.2900.780.6182.663.6423.73
Hex4663161D04E3D534018
Octal106143263501167512310030
Binary100011011000111011011101010011101111011010011100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466316; }

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

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

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

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

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

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

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

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