#466104

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

Shades of Verdun Green #466104

Tints of Verdun Green #466104

Color information

#466104 (or 0x466104) is unknown color: approx Verdun Green. HEX triplet: 46, 61 and 04. RGB value is (70,97,4). Sum of RGB (Red+Green+Blue) = 70+97+4=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 97 (38.28% from 255 or 56.73% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 97 - color contains mainly: green. Hex color #466104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466104 is #B99EFB. Grayscale: #4E4E4E. Windows color (decimal): -12164860 or 287046. OLE color: 287046.

HSL color Cylindrical-coordinate representation of color #466104: hue angle of 77.42º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #466104 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB70974-
CMYK0.2800.960.62
HSL77.42º92.08%19.8%-
HSV(B)77.42º95.88%38.04%-
XYZ6.829.861.66-
YUV78.3286.05122.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.94%
GREEN value IS 97 (38.28% from 255) = 56.73%
BLUE value IS 4 (1.95% from 255) = 2.34%
R=40.94%
G=56.73%
B=2.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal709740.2800.960.6277.4292.0819.8
Hex466141C0603E4d5c14
Octal10614143401407611513424
Binary1000110110000110011100011000001111101001101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466104; }

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

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

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

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

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

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

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

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