#466709

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

Shades of Verdun Green #466709

Tints of Verdun Green #466709

Color information

#466709 (or 0x466709) is unknown color: approx Verdun Green. HEX triplet: 46, 67 and 09. RGB value is (70,103,9). Sum of RGB (Red+Green+Blue) = 70+103+9=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 103 (40.62% from 255 or 56.59% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 103 - color contains mainly: green. Hex color #466709 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466709 is #B998F6. Grayscale: #525252. Windows color (decimal): -12163319 or 616262. OLE color: 616262.

HSL color Cylindrical-coordinate representation of color #466709: hue angle of 81.06º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #466709 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.60.

Color convert

RGB701039-
CMYK0.3200.910.60
HSL81.06º83.93%21.96%-
HSV(B)81.06º91.26%40.39%-
XYZ7.4311.021.99-
YUV82.4286.57119.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.46%
GREEN value IS 103 (40.62% from 255) = 56.59%
BLUE value IS 9 (3.91% from 255) = 4.95%
R=38.46%
G=56.59%
B=4.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7010390.3200.910.6081.0683.9321.96
Hex466792005B3C515416
Octal106147114001337412112426
Binary100011011001111001100000010110111111001010001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466709; }

 p { color: rgb(70,103,9); }

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

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

 a { background-color: rgb(70,103,9); }

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

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

 span { border-color: rgb(70,103,9); }

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