#464601

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

Shades of Verdun Green #464601

Tints of Verdun Green #464601

Color information

#464601 (or 0x464601) is unknown color: approx Verdun Green. HEX triplet: 46, 46 and 01. RGB value is (70,70,1). Sum of RGB (Red+Green+Blue) = 70+70+1=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 70 - color contains mainly: red, green. Hex color #464601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464601 is #B9B9FE. Grayscale: #3E3E3E. Windows color (decimal): -12171775 or 83526. OLE color: 83526.

HSL color Cylindrical-coordinate representation of color #464601: hue angle of 60º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #464601 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB70701-
CMYK000.990.73
HSL60º97.18%13.92%-
HSV(B)60º98.57%27.45%-
XYZ4.725.680.88-
YUV62.1393.5133.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 49.65%
GREEN value IS 70 (27.73% from 255) = 49.65%
BLUE value IS 1 (0.78% from 255) = 0.71%
R=49.65%
G=49.65%
B=0.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70701000.990.736097.1813.92
Hex464610063493c61e
Octal1061061001431117414116
Binary100011010001101001100011100100111110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464601; }

 p { color: rgb(70,70,1); }

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

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

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

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

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

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

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