#466B03

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

Shades of Verdun Green #466B03

Tints of Verdun Green #466B03

Color information

#466B03 (or 0x466B03) is unknown color: approx Verdun Green. HEX triplet: 46, 6B and 03. RGB value is (70,107,3). Sum of RGB (Red+Green+Blue) = 70+107+3=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 107 (42.19% from 255 or 59.44% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 107 - color contains mainly: green. Hex color #466B03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466B03 is #B994FC. Grayscale: #545454. Windows color (decimal): -12162301 or 224070. OLE color: 224070.

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

Color convert

RGB701073-
CMYK0.3500.970.58
HSL81.35º94.55%21.57%-
HSV(B)81.35º97.2%41.96%-
XYZ7.811.821.96-
YUV84.0882.24117.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.89%
GREEN value IS 107 (42.19% from 255) = 59.44%
BLUE value IS 3 (1.56% from 255) = 1.67%
R=38.89%
G=59.44%
B=1.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7010730.3500.970.5881.3594.5521.57
Hex466B3230613A515f16
Octal10615334301417212113726
Binary1000110110101111100011011000011110101010001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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