#466A03

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

Shades of Verdun Green #466A03

Tints of Verdun Green #466A03

Color information

#466A03 (or 0x466A03) is unknown color: approx Verdun Green. HEX triplet: 46, 6A and 03. RGB value is (70,106,3). Sum of RGB (Red+Green+Blue) = 70+106+3=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 106 (41.80% from 255 or 59.22% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 106 - color contains mainly: green. Hex color #466A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466A03 is #B995FC. Grayscale: #535353. Windows color (decimal): -12162557 or 223814. OLE color: 223814.

HSL color Cylindrical-coordinate representation of color #466A03: hue angle of 80.97º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #466A03 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB701063-
CMYK0.3400.970.58
HSL80.97º94.5%21.37%-
HSV(B)80.97º97.17%41.57%-
XYZ7.711.621.92-
YUV83.4982.57118.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.11%
GREEN value IS 106 (41.80% from 255) = 59.22%
BLUE value IS 3 (1.56% from 255) = 1.68%
R=39.11%
G=59.22%
B=1.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7010630.3400.970.5880.9794.521.37
Hex466A3220613A515e15
Octal10615234201417212113625
Binary1000110110101011100010011000011110101010001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466A03; }

 p { color: rgb(70,106,3); }

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

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

 a { background-color: rgb(70,106,3); }

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

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

 span { border-color: rgb(70,106,3); }

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