#466210

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

Shades of Verdun Green #466210

Tints of Verdun Green #466210

Color information

#466210 (or 0x466210) is unknown color: approx Verdun Green. HEX triplet: 46, 62 and 10. RGB value is (70,98,16). Sum of RGB (Red+Green+Blue) = 70+98+16=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 98 (38.67% from 255 or 53.26% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 98 - color contains mainly: green. Hex color #466210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466210 is #B99DEF. Grayscale: #505050. Windows color (decimal): -12164592 or 1073734. OLE color: 1073734.

HSL color Cylindrical-coordinate representation of color #466210: hue angle of 80.49º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #466210 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB709816-
CMYK0.2900.840.62
HSL80.49º71.93%22.35%-
HSV(B)80.49º83.67%38.43%-
XYZ6.9910.072.07-
YUV80.2891.72120.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.04%
GREEN value IS 98 (38.67% from 255) = 53.26%
BLUE value IS 16 (6.64% from 255) = 8.70%
R=38.04%
G=53.26%
B=8.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7098160.2900.840.6280.4971.9322.35
Hex4662101D0543E504816
Octal106142203501247612011026
Binary100011011000101000011101010101001111101010000100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466210; }

 p { color: rgb(70,98,16); }

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

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

 a { background-color: rgb(70,98,16); }

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

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

 span { border-color: rgb(70,98,16); }

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