#466C07

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

Shades of Verdun Green #466C07

Tints of Verdun Green #466C07

Color information

#466C07 (or 0x466C07) is unknown color: approx Verdun Green. HEX triplet: 46, 6C and 07. RGB value is (70,108,7). Sum of RGB (Red+Green+Blue) = 70+108+7=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 108 (42.58% from 255 or 58.38% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 108 - color contains mainly: green. Hex color #466C07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466C07 is #B993F8. Grayscale: #555555. Windows color (decimal): -12162041 or 486470. OLE color: 486470.

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

Color convert

RGB701087-
CMYK0.3500.940.58
HSL82.57º87.83%22.55%-
HSV(B)82.57º93.52%42.35%-
XYZ7.9312.042.11-
YUV85.1283.91117.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.84%
GREEN value IS 108 (42.58% from 255) = 58.38%
BLUE value IS 7 (3.12% from 255) = 3.78%
R=37.84%
G=58.38%
B=3.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7010870.3500.940.5882.5787.8322.55
Hex466C72305E3A535817
Octal10615474301367212313027
Binary10001101101100111100011010111101110101010011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,108,7); }

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

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

 a { background-color: rgb(70,108,7); }

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

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

 span { border-color: rgb(70,108,7); }

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