#464906

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

Shades of Verdun Green #464906

Tints of Verdun Green #464906

Color information

#464906 (or 0x464906) is unknown color: approx Verdun Green. HEX triplet: 46, 49 and 06. RGB value is (70,73,6). Sum of RGB (Red+Green+Blue) = 70+73+6=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #464906 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464906 is #B9B6F9. Grayscale: #404040. Windows color (decimal): -12171002 or 411974. OLE color: 411974.

HSL color Cylindrical-coordinate representation of color #464906: hue angle of 62.69º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #464906 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB70736-
CMYK0.0400.920.71
HSL62.69º84.81%15.49%-
HSV(B)62.69º91.78%28.63%-
XYZ4.946.081.09-
YUV64.4695.01131.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.98%
GREEN value IS 73 (28.91% from 255) = 48.99%
BLUE value IS 6 (2.73% from 255) = 4.03%
R=46.98%
G=48.99%
B=4.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal707360.0400.920.7162.6984.8115.49
Hex46496405C473f55f
Octal1061116401341077712517
Binary1000110100100111010001011100100011111111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464906; }

 p { color: rgb(70,73,6); }

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

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

 a { background-color: rgb(70,73,6); }

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

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

 span { border-color: rgb(70,73,6); }

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