#466910

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

Shades of Verdun Green #466910

Tints of Verdun Green #466910

Color information

#466910 (or 0x466910) is unknown color: approx Verdun Green. HEX triplet: 46, 69 and 10. RGB value is (70,105,16). Sum of RGB (Red+Green+Blue) = 70+105+16=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 105 (41.41% from 255 or 54.97% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 105 - color contains mainly: green. Hex color #466910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466910 is #B996EF. Grayscale: #545454. Windows color (decimal): -12162800 or 1075526. OLE color: 1075526.

HSL color Cylindrical-coordinate representation of color #466910: hue angle of 83.6º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #466910 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB7010516-
CMYK0.3300.850.59
HSL83.6º73.55%23.73%-
HSV(B)83.6º84.76%41.18%-
XYZ7.6711.442.29-
YUV84.3989.4117.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.65%
GREEN value IS 105 (41.41% from 255) = 54.97%
BLUE value IS 16 (6.64% from 255) = 8.38%
R=36.65%
G=54.97%
B=8.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70105160.3300.850.5983.673.5523.73
Hex466910210553B544a18
Octal106151204101257312411230
Binary1000110110100110000100001010101011110111010100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466910; }

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

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

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

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

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

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

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

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