#464C06

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

Shades of Verdun Green #464C06

Tints of Verdun Green #464C06

Color information

#464C06 (or 0x464C06) is unknown color: approx Verdun Green. HEX triplet: 46, 4C and 06. RGB value is (70,76,6). Sum of RGB (Red+Green+Blue) = 70+76+6=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 76 (30.08% from 255 or 50% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 76 - color contains mainly: green. Hex color #464C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464C06 is #B9B3F9. Grayscale: #424242. Windows color (decimal): -12170234 or 412742. OLE color: 412742.

HSL color Cylindrical-coordinate representation of color #464C06: hue angle of 65.14º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #464C06 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.

Color convert

RGB70766-
CMYK0.0800.920.70
HSL65.14º85.37%16.08%-
HSV(B)65.14º92.11%29.8%-
XYZ5.146.481.15-
YUV66.2394.01130.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.05%
GREEN value IS 76 (30.08% from 255) = 50%
BLUE value IS 6 (2.73% from 255) = 3.95%
R=46.05%
G=50%
B=3.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal707660.0800.920.7065.1485.3716.08
Hex464C6805C46415510
Octal106114610013410610112520
Binary1000110100110011010000101110010001101000001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464C06; }

 p { color: rgb(70,76,6); }

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

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

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

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

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

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

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