#464407

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

Shades of Verdun Green #464407

Tints of Verdun Green #464407

Color information

#464407 (or 0x464407) is unknown color: approx Verdun Green. HEX triplet: 46, 44 and 07. RGB value is (70,68,7). Sum of RGB (Red+Green+Blue) = 70+68+7=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 68 (26.95% from 255 or 46.90% from 145); Blue value is 7 (3.12% from 255 or 4.83% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #464407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464407 is #B9BBF8. Grayscale: #3D3D3D. Windows color (decimal): -12172281 or 476230. OLE color: 476230.

HSL color Cylindrical-coordinate representation of color #464407: hue angle of 58.1º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #464407 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB70687-
CMYK00.030.900.73
HSL58.1º81.82%15.1%-
HSV(B)58.1º90%27.45%-
XYZ4.635.451.01-
YUV61.6497.16133.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.28%
GREEN value IS 68 (26.95% from 255) = 46.90%
BLUE value IS 7 (3.12% from 255) = 4.83%
R=48.28%
G=46.90%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7068700.030.900.7358.181.8215.1
Hex46447035A493a52f
Octal1061047031321117212217
Binary100011010001001110111011010100100111101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464407; }

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

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

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

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

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

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

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

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