#466D03

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

Shades of Verdun Green #466D03

Tints of Verdun Green #466D03

Color information

#466D03 (or 0x466D03) is unknown color: approx Verdun Green. HEX triplet: 46, 6D and 03. RGB value is (70,109,3). Sum of RGB (Red+Green+Blue) = 70+109+3=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 109 (42.97% from 255 or 59.89% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 109 - color contains mainly: green. Hex color #466D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466D03 is #B992FC. Grayscale: #555555. Windows color (decimal): -12161789 or 224582. OLE color: 224582.

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

Color convert

RGB701093-
CMYK0.3600.970.57
HSL82.08º94.64%21.96%-
HSV(B)82.08º97.25%42.75%-
XYZ8.0112.252.03-
YUV85.2681.58117.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.46%
GREEN value IS 109 (42.97% from 255) = 59.89%
BLUE value IS 3 (1.56% from 255) = 1.65%
R=38.46%
G=59.89%
B=1.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7010930.3600.970.5782.0894.6421.96
Hex466D32406139525f16
Octal10615534401417112213726
Binary1000110110110111100100011000011110011010010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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