#464514

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

Shades of Verdun Green #464514

Tints of Verdun Green #464514

Color information

#464514 (or 0x464514) is unknown color: approx Verdun Green. HEX triplet: 46, 45 and 14. RGB value is (70,69,20). Sum of RGB (Red+Green+Blue) = 70+69+20=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #464514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464514 is #B9BAEB. Grayscale: #3F3F3F. Windows color (decimal): -12172012 or 1328454. OLE color: 1328454.

HSL color Cylindrical-coordinate representation of color #464514: hue angle of 58.8º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #464514 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB706920-
CMYK00.010.710.73
HSL58.8º55.56%17.65%-
HSV(B)58.8º71.43%27.45%-
XYZ4.785.611.49-
YUV63.71103.33132.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.03%
GREEN value IS 69 (27.34% from 255) = 43.40%
BLUE value IS 20 (8.20% from 255) = 12.58%
R=44.03%
G=43.40%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70692000.010.710.7358.855.5617.65
Hex4645140147493b3812
Octal1061052401107111737022
Binary1000110100010110100011000111100100111101111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464514; }

 p { color: rgb(70,69,20); }

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

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

 a { background-color: rgb(70,69,20); }

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

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

 span { border-color: rgb(70,69,20); }

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