#465404

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

Shades of Verdun Green #465404

Tints of Verdun Green #465404

Color information

#465404 (or 0x465404) is unknown color: approx Verdun Green. HEX triplet: 46, 54 and 04. RGB value is (70,84,4). Sum of RGB (Red+Green+Blue) = 70+84+4=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 84 (33.20% from 255 or 53.16% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 84 - color contains mainly: green. Hex color #465404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465404 is #B9ABFB. Grayscale: #474747. Windows color (decimal): -12168188 or 283718. OLE color: 283718.

HSL color Cylindrical-coordinate representation of color #465404: hue angle of 70.5º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #465404 is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB70844-
CMYK0.1700.950.67
HSL70.5º90.91%17.25%-
HSV(B)70.5º95.24%32.94%-
XYZ5.727.651.29-
YUV70.6990.36127.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 84 (33.20% from 255) = 53.16%
BLUE value IS 4 (1.95% from 255) = 2.53%
R=44.30%
G=53.16%
B=2.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal708440.1700.950.6770.590.9117.25
Hex465441105F43465b11
Octal106124421013710310613321
Binary10001101010100100100010101111110000111000110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465404; }

 p { color: rgb(70,84,4); }

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

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

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

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

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

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

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