#465917

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

Shades of Verdun Green #465917

Tints of Verdun Green #465917

Color information

#465917 (or 0x465917) is unknown color: approx Verdun Green. HEX triplet: 46, 59 and 17. RGB value is (70,89,23). Sum of RGB (Red+Green+Blue) = 70+89+23=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #465917 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465917 is #B9A6E8. Grayscale: #4C4C4C. Windows color (decimal): -12166889 or 1530182. OLE color: 1530182.

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

Color convert

RGB708923-
CMYK0.2100.740.65
HSL77.27º58.93%21.96%-
HSV(B)77.27º74.16%34.9%-
XYZ6.258.512.12-
YUV75.898.21123.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.46%
GREEN value IS 89 (35.16% from 255) = 48.90%
BLUE value IS 23 (9.38% from 255) = 12.64%
R=38.46%
G=48.90%
B=12.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7089230.2100.740.6577.2758.9321.96
Hex4659171504A414d3b16
Octal106131272501121011157326
Binary100011010110011011110101010010101000001100110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465917; }

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

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

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

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

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

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

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

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