#464C09

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

Shades of Verdun Green #464C09

Tints of Verdun Green #464C09

Color information

#464C09 (or 0x464C09) is unknown color: approx Verdun Green. HEX triplet: 46, 4C and 09. RGB value is (70,76,9). Sum of RGB (Red+Green+Blue) = 70+76+9=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 76 (30.08% from 255 or 49.03% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 76 - color contains mainly: green. Hex color #464C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464C09 is #B9B3F6. Grayscale: #424242. Windows color (decimal): -12170231 or 609350. OLE color: 609350.

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

Color convert

RGB70769-
CMYK0.0800.880.70
HSL65.37º78.82%16.67%-
HSV(B)65.37º88.16%29.8%-
XYZ5.166.491.24-
YUV66.5795.51130.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.16%
GREEN value IS 76 (30.08% from 255) = 49.03%
BLUE value IS 9 (3.91% from 255) = 5.81%
R=45.16%
G=49.03%
B=5.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal707690.0800.880.7065.3778.8216.67
Hex464C9805846414f11
Octal1061141110013010610111721
Binary10001101001100100110000101100010001101000001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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