#464405

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

Shades of Verdun Green #464405

Tints of Verdun Green #464405

Color information

#464405 (or 0x464405) is unknown color: approx Verdun Green. HEX triplet: 46, 44 and 05. RGB value is (70,68,5). Sum of RGB (Red+Green+Blue) = 70+68+5=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #464405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464405 is #B9BBFA. Grayscale: #3D3D3D. Windows color (decimal): -12172283 or 345158. OLE color: 345158.

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

Color convert

RGB70685-
CMYK00.030.930.73
HSL58.15º86.67%14.71%-
HSV(B)58.15º92.86%27.45%-
XYZ4.625.450.95-
YUV61.4296.16134.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.95%
GREEN value IS 68 (26.95% from 255) = 47.55%
BLUE value IS 5 (2.34% from 255) = 3.50%
R=48.95%
G=47.55%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7068500.030.930.7358.1586.6714.71
Hex46445035D493a57f
Octal1061045031351117212717
Binary100011010001001010111011101100100111101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464405; }

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

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

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

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

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

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

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

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