#465A11

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

Shades of Verdun Green #465A11

Tints of Verdun Green #465A11

Color information

#465A11 (or 0x465A11) is unknown color: approx Verdun Green. HEX triplet: 46, 5A and 11. RGB value is (70,90,17). Sum of RGB (Red+Green+Blue) = 70+90+17=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #465A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465A11 is #B9A5EE. Grayscale: #4B4B4B. Windows color (decimal): -12166639 or 1137222. OLE color: 1137222.

HSL color Cylindrical-coordinate representation of color #465A11: hue angle of 76.44º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #465A11 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB709017-
CMYK0.2200.810.65
HSL76.44º68.22%20.98%-
HSV(B)76.44º81.11%35.29%-
XYZ6.288.651.87-
YUV75.794.87123.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.55%
GREEN value IS 90 (35.55% from 255) = 50.85%
BLUE value IS 17 (7.03% from 255) = 9.60%
R=39.55%
G=50.85%
B=9.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7090170.2200.810.6576.4468.2220.98
Hex465A1116051414c4415
Octal1061322126012110111410425
Binary1000110101101010001101100101000110000011001100100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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