#466510

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

Shades of Verdun Green #466510

Tints of Verdun Green #466510

Color information

#466510 (or 0x466510) is unknown color: approx Verdun Green. HEX triplet: 46, 65 and 10. RGB value is (70,101,16). Sum of RGB (Red+Green+Blue) = 70+101+16=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 101 (39.84% from 255 or 54.01% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 101 - color contains mainly: green. Hex color #466510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466510 is #B99AEF. Grayscale: #525252. Windows color (decimal): -12163824 or 1074502. OLE color: 1074502.

HSL color Cylindrical-coordinate representation of color #466510: hue angle of 81.88º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #466510 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB7010116-
CMYK0.3100.840.60
HSL81.88º72.65%22.94%-
HSV(B)81.88º84.16%39.61%-
XYZ7.2710.652.16-
YUV82.0490.73119.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.43%
GREEN value IS 101 (39.84% from 255) = 54.01%
BLUE value IS 16 (6.64% from 255) = 8.56%
R=37.43%
G=54.01%
B=8.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70101160.3100.840.6081.8872.6522.94
Hex4665101F0543C524917
Octal106145203701247412211127
Binary100011011001011000011111010101001111001010010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466510; }

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

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

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

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

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

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

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

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