#466B04

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

Shades of Verdun Green #466B04

Tints of Verdun Green #466B04

Color information

#466B04 (or 0x466B04) is unknown color: approx Verdun Green. HEX triplet: 46, 6B and 04. RGB value is (70,107,4). Sum of RGB (Red+Green+Blue) = 70+107+4=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 107 (42.19% from 255 or 59.12% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 107 - color contains mainly: green. Hex color #466B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466B04 is #B994FB. Grayscale: #545454. Windows color (decimal): -12162300 or 289606. OLE color: 289606.

HSL color Cylindrical-coordinate representation of color #466B04: hue angle of 81.55º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #466B04 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB701074-
CMYK0.3500.960.58
HSL81.55º92.79%21.76%-
HSV(B)81.55º96.26%41.96%-
XYZ7.8111.831.99-
YUV84.282.74117.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 107 (42.19% from 255) = 59.12%
BLUE value IS 4 (1.95% from 255) = 2.21%
R=38.67%
G=59.12%
B=2.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7010740.3500.960.5881.5592.7921.76
Hex466B4230603A525d16
Octal10615344301407212213526
Binary10001101101011100100011011000001110101010010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466B04; }

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

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

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

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

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

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

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

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