#465B17

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

Shades of Verdun Green #465B17

Tints of Verdun Green #465B17

Color information

#465B17 (or 0x465B17) is unknown color: approx Verdun Green. HEX triplet: 46, 5B and 17. RGB value is (70,91,23). Sum of RGB (Red+Green+Blue) = 70+91+23=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 91 (35.94% from 255 or 49.46% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 91 - color contains mainly: green. Hex color #465B17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465B17 is #B9A4E8. Grayscale: #4D4D4D. Windows color (decimal): -12166377 or 1530694. OLE color: 1530694.

HSL color Cylindrical-coordinate representation of color #465B17: hue angle of 78.53º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #465B17 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.

Color convert

RGB709123-
CMYK0.2300.750.64
HSL78.53º59.65%22.35%-
HSV(B)78.53º74.73%35.69%-
XYZ6.428.852.18-
YUV76.9797.54123.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.04%
GREEN value IS 91 (35.94% from 255) = 49.46%
BLUE value IS 23 (9.38% from 255) = 12.5%
R=38.04%
G=49.46%
B=12.5%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7091230.2300.750.6478.5359.6522.35
Hex465B171704B404f3c16
Octal106133272701131001177426
Binary100011010110111011110111010010111000000100111111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,91,23); }

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

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

 a { background-color: rgb(70,91,23); }

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

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

 span { border-color: rgb(70,91,23); }

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