#466809

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

Shades of Verdun Green #466809

Tints of Verdun Green #466809

Color information

#466809 (or 0x466809) is unknown color: approx Verdun Green. HEX triplet: 46, 68 and 09. RGB value is (70,104,9). Sum of RGB (Red+Green+Blue) = 70+104+9=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 104 (41.02% from 255 or 56.83% from 183); Blue value is 9 (3.91% from 255 or 4.92% from 183); Max value from RGB is 104 - color contains mainly: green. Hex color #466809 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466809 is #B997F6. Grayscale: #535353. Windows color (decimal): -12163063 or 616518. OLE color: 616518.

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

Color convert

RGB701049-
CMYK0.3300.910.59
HSL81.47º84.07%22.16%-
HSV(B)81.47º91.35%40.78%-
XYZ7.5311.222.03-
YUV8386.24118.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.25%
GREEN value IS 104 (41.02% from 255) = 56.83%
BLUE value IS 9 (3.91% from 255) = 4.92%
R=38.25%
G=56.83%
B=4.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7010490.3300.910.5981.4784.0722.16
Hex466892105B3B515416
Octal106150114101337312112426
Binary100011011010001001100001010110111110111010001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466809; }

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

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

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

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

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

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

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

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