#464A11

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

Shades of Verdun Green #464A11

Tints of Verdun Green #464A11

Color information

#464A11 (or 0x464A11) is unknown color: approx Verdun Green. HEX triplet: 46, 4A and 11. RGB value is (70,74,17). Sum of RGB (Red+Green+Blue) = 70+74+17=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 74 - color contains mainly: green. Hex color #464A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464A11 is #B9B5EE. Grayscale: #424242. Windows color (decimal): -12170735 or 1133126. OLE color: 1133126.

HSL color Cylindrical-coordinate representation of color #464A11: hue angle of 64.21º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #464A11 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB707417-
CMYK0.0500.770.71
HSL64.21º62.64%17.84%-
HSV(B)64.21º77.03%29.02%-
XYZ5.086.241.47-
YUV66.31100.17130.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.48%
GREEN value IS 74 (29.30% from 255) = 45.96%
BLUE value IS 17 (7.03% from 255) = 10.56%
R=43.48%
G=45.96%
B=10.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7074170.0500.770.7164.2162.6417.84
Hex464A11504D47403f12
Octal10611221501151071007722
Binary1000110100101010001101010011011000111100000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,74,17); }

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

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

 a { background-color: rgb(70,74,17); }

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

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

 span { border-color: rgb(70,74,17); }

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