#465F11

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

Shades of Verdun Green #465F11

Tints of Verdun Green #465F11

Color information

#465F11 (or 0x465F11) is unknown color: approx Verdun Green. HEX triplet: 46, 5F and 11. RGB value is (70,95,17). Sum of RGB (Red+Green+Blue) = 70+95+17=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 95 (37.5% from 255 or 52.20% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 95 - color contains mainly: green. Hex color #465F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465F11 is #B9A0EE. Grayscale: #4E4E4E. Windows color (decimal): -12165359 or 1138502. OLE color: 1138502.

HSL color Cylindrical-coordinate representation of color #465F11: hue angle of 79.23º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #465F11 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.63.

Color convert

RGB709517-
CMYK0.2600.820.63
HSL79.23º69.64%21.96%-
HSV(B)79.23º82.11%37.25%-
XYZ6.729.532.02-
YUV78.6393.22121.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.46%
GREEN value IS 95 (37.5% from 255) = 52.20%
BLUE value IS 17 (7.03% from 255) = 9.34%
R=38.46%
G=52.20%
B=9.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7095170.2600.820.6379.2369.6421.96
Hex465F111A0523F4f4616
Octal106137213201227711710626
Binary100011010111111000111010010100101111111001111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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